summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/power
Commit message (Expand)AuthorAgeFilesLines
* Move some system services to separate directoriesAmith Yamasani2013-12-1912-7049/+0
* Introduce a Lifecycle for system servicesAdam Lesinski2013-12-123-26/+27
* Continue synthesizing data even after brightness adjustmentMichael Wright2013-11-051-57/+65
* Add a method to set a list of uids for a wake lockMarco Nelissen2013-10-251-0/+15
* Merge "Add PowerManager method to assign blame to a single uid" into klp-devMarco Nelissen2013-10-031-0/+6
|\
| * Add PowerManager method to assign blame to a single uidMarco Nelissen2013-10-031-0/+6
* | Track wireless charger detector timeout explicitly.Jeff Brown2013-10-012-49/+71
|/
* Merge "Allow phone to enter suspend with positive proximity." into klp-devJeff Brown2013-09-122-38/+120
|\
| * Allow phone to enter suspend with positive proximity.Jeff Brown2013-09-122-38/+120
* | Merge "Ignore ON_AFTER_RELEASE for partial wake locks." into klp-devJeff Brown2013-09-121-3/+4
|\ \ | |/
| * Ignore ON_AFTER_RELEASE for partial wake locks.Jeff Brown2013-09-101-3/+4
* | Merge "Surface: Change OutOfResourcesException to be a runtime exception" int...Igor Murashkin2013-09-111-3/+4
|\ \ | |/ |/|
| * Surface: Change OutOfResourcesException to be a runtime exceptionIgor Murashkin2013-09-091-3/+4
* | WirelessChargerDetector: Work around bad sensor timestamps.Jeff Brown2013-09-101-1/+17
|/
* tweak the electron beam animation a bitMathias Agopian2013-09-051-5/+5
* Make it safe to use start/stop app ops outside of system procDianne Hackborn2013-07-171-2/+4
* Fix missing lock in power manager.Jeff Brown2013-07-161-10/+16
* am 58d52298: am 57512008: am 8f793103: Merge "Set foreground priority for shu...Jean-Baptiste Queru2013-07-081-1/+3
|\
| * am 8f793103: Merge "Set foreground priority for shutdown receivers."Jean-Baptiste Queru2013-07-081-1/+3
| |\
| | * Merge "Set foreground priority for shutdown receivers."Jean-Baptiste Queru2013-07-081-1/+3
| | |\
| | | * Set foreground priority for shutdown receivers.Martin Wallgren2013-02-041-1/+3
* | | | Add app ops for wake locks.Dianne Hackborn2013-05-202-26/+57
* | | | Improve watchdog error reporting.Dianne Hackborn2013-05-131-0/+1
* | | | PowerManagerService: Don't reboot directly.Nick Kralevich2013-05-082-13/+17
|/ / /
* | | Avoid leaking Surface native object.Jeff Sharkey2013-04-251-4/+8
* | | Sensor values changes.Jaikumar Ganesh2013-04-111-1/+1
* | | fix CloseGuard usage in SurfaceMathias Agopian2013-03-131-1/+2
* | | screenshots can now go into a Surface from javaMathias Agopian2013-03-041-87/+54
* | | clean-up following Surface splitMathias Agopian2013-02-151-13/+13
* | | split Surface in two classes: SurfaceControl and SurfaceMathias Agopian2013-02-141-25/+30
* | | am 1ec3c2cc: am 28608bbb: am d692ea6d: am b5e4835e: Merge "Improve heuristics...Sascha Prueter2013-01-113-40/+355
|\ \ \ | |/ /
| * | Improve heuristics for detecting wireless chargers.Jeff Brown2013-01-103-40/+355
* | | Merge "Track app and display wakelocks separately."Jeff Brown2012-12-121-33/+66
|\ \ \ | |/ / |/| |
| * | Track app and display wakelocks separately.Jeff Brown2012-12-121-33/+66
* | | Play a tone when wireless charging begins.Jeff Brown2012-12-112-0/+51
|/ /
* | Pin electron beam surface to natural orientation.Jeff Brown2012-12-043-43/+77
* | Fix math errors causing black screen. DO NOT MERGECraig Mautner2012-11-291-6/+12
* | Ignore invalid combination of PowerManager flags.Craig Mautner2012-11-211-1/+12
|/
* Don't scale screen brightness by electron beam level.Jeff Brown2012-10-261-2/+2
* Dim the screen quickly in response to user activity timeout.Jeff Brown2012-10-241-2/+2
* Improve auto-brightness hysteresis.Jeff Brown2012-10-221-45/+124
* Reduce screen on/off latency.Jeff Brown2012-10-194-201/+218
* Frameworks base: Promote dream setting defaults to config.John Spurlock2012-10-191-4/+22
* Reduce auto-brightness jitter.Jeff Brown2012-10-182-141/+131
* Dream when user activity times out while docked if appropriate.Jeff Brown2012-10-171-2/+48
* Stop dreaming if the battery not charging effectively.Jeff Brown2012-10-151-5/+35
* Cleanup some internal documentation.Jeff Brown2012-10-151-8/+15
* Dejank electron beam.Jeff Brown2012-10-101-0/+18
* Use exactly the same timings for the ElectronBeam as JB.Jeff Brown2012-10-102-2/+2
* Don't consider the boot completed until the animation is over.Jeff Brown2012-10-091-3/+42