- Sep 03, 2014
-
-
RoboErik authored
Added currentVolume to constructor. Removed onGetCurrentVolume and notifyVolume changed. Added setCurrentVolume and getCurrentVolume. Updated javadoc to make it clear how they're used. bug:17258168 Change-Id: I24388aab38824b101ccc18810caa09d46aa7afe0
-
Svetoslav authored
-
Svetoslav authored
bug:8213791 Change-Id: Ia9efa33331437c4db447acf0c510d4cb4932a593
-
Christopher Tate authored
-
Svetoslav authored
-
Jean-Michel Trivi authored
* commit '1c9d1485': Do not persist and restore the media button event receiver
-
Christopher Tate authored
...around writing settings. It does its own proper permission check; it just needs to make sure not to accidentally crash the caller in strange and wondrous ways because of failing to clear binder identity before writing the result to secure settings. Bug 16542048 Change-Id: I88d1f2dbeebd24eed5d86989f0ca0d834878b054
-
Jean-Michel Trivi authored
* commit '6d4873f5': Do not persist and restore the media button event receiver
-
Jean-Michel Trivi authored
* commit '0511ba50': Do not persist and restore the media button event receiver
-
Eino-Ville Talvala authored
-
Eino-Ville Talvala authored
Change-Id: I769da7274fe5e3f64a47c82f893afeee6a11254e
-
Nancy Chen authored
-
Marco Fucci authored
-
Nancy Chen authored
Removed methods from public API for previous change. Bug: 17262026 Change-Id: Ic41eccf8b9c1489b6261758640a35664b39ea819
-
Svetoslav authored
bug:17299486 Change-Id: I73fd33ef3518ef8e6cdd40cd036e8f104dc492b6
-
Amith Yamasani authored
-
Julian Odell authored
-
Amith Yamasani authored
Also added an internal isManagedProfile() Bug: 17371392 Change-Id: Ibcc26771d954505cbd530192bf4a8a25a8d4cae0
-
Julian Odell authored
Move MMS api to using content provider rather than byte[] to pass MMS message contents. Rebased and merged into TOT. Change-Id: I3509b2774b1cb30a1c8100bb25d283140c963b6b
-
Evan Charlton authored
-
Brian Carlstrom authored
-
Wink Saville authored
-
Matthew Xie authored
-
Matthew Xie authored
Bug: 10773872 Change-Id: I0a72b2eb65055fa1959070d2dc32d40a573bd6f2
-
Marco Fucci authored
Bug: 17191952 Change-Id: I470261f659a573400b2eb1421eeb953c87e58b66
-
Wink Saville authored
Change-Id: Iba6d2805a69d3385c93b7ed3c6267b5b8b252a28
-
Paul Jensen authored
-
Brian Carlstrom authored
Bug: 16696554 Change-Id: I56bb63ce534842994a70df6b09843b4e3153c845
-
Nancy Chen authored
-
Glenn Kasten authored
-
Alan Viverette authored
-
Wink Saville authored
-
John Reck authored
-
John Reck authored
Bug: 17208461 There's a potential race condition between HardwareRenderer.destroy() being called (which calls destroyCanvasAndSurface()) and the renderer being finalized (which is what calls freePrefetchedLayers), during which time it's possible we get a TRIM_MEMORY_COMPLETE and destroy the EGL context. Fix this race condition by moving stopDrawing() and freePrefetchedLayers() into destroyCanvasAndSurface() where they should have been in the first place. Also, if we hit the assertion failure, dump the current state of Caches to try and provide more context for the failure. Change-Id: Ife0ba3562041e8b08e87e3e13640472b3004eed6
-
Tyler Gunn authored
-
Tsuwei Chen authored
Merge "Adds carrier-specific GPS parameters. Bug: 17288144 Change-Id: Ibafef473221385b304f2ef77df7d9862b348cdf7" into lmp-dev
-
Christoph Studer authored
-
Matthew Williams authored
-
Matthew Williams authored
BUG: 17322886 bindService() to an invalid service might never actually result in onServiceConnected being called , for e.g. if the client service doesn't actually implement JobService. This wastes an execution slot as we end up waiting forever. Also made the javadocs clearer for the JobScheduler class. Change-Id: Ie15ebbe18c0b7579f2ab77dd46428d354ef632c3
-