summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/power/PowerManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Sensor values changes.Jaikumar Ganesh2013-04-111-1/+1
* am 1ec3c2cc: am 28608bbb: am d692ea6d: am b5e4835e: Merge "Improve heuristics...Sascha Prueter2013-01-111-38/+33
|\
| * Improve heuristics for detecting wireless chargers.Jeff Brown2013-01-101-38/+33
* | 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-111-0/+10
|/
* Pin electron beam surface to natural orientation.Jeff Brown2012-12-041-1/+1
* Ignore invalid combination of PowerManager flags.Craig Mautner2012-11-211-1/+12
* Reduce screen on/off latency.Jeff Brown2012-10-191-1/+0
* Frameworks base: Promote dream setting defaults to config.John Spurlock2012-10-191-4/+22
* 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
* Don't consider the boot completed until the animation is over.Jeff Brown2012-10-091-3/+42
* Prevent full wake lock from keeping device awake while dreaming.Jeff Brown2012-10-091-1/+11
* Blank or unblank all displays as need.Jeff Brown2012-10-081-12/+52
* Ensure that dreams show while docked.Jeff Brown2012-10-051-34/+44
* Coordinate screen on with the window manager.Jeff Brown2012-10-051-13/+80
* Ensure we send at least one wakeup/gotosleep transition.Jeff Brown2012-10-041-14/+15
* Allow phone to go to sleep while in call.Jeff Brown2012-10-041-7/+28
* Fix issue #7267494, issue #7212347Dianne Hackborn2012-10-031-10/+33
* Ensure dreams can be started when not powered.Jeff Brown2012-10-031-14/+27
* Improve the screen dim duration calculation.Jeff Brown2012-10-021-4/+17
* Implement screen on hack for wireless chargers.Jeff Brown2012-10-021-4/+55
* Fix some synchronization issues in BatteryService.Jeff Brown2012-10-021-1/+6
* Fix CTS test failures.Jeff Brown2012-10-011-2/+22
* New internal API to eliminate poke locks.Jeff Brown2012-10-011-6/+40
* Remove clearUserActivityTimeout().Jeff Brown2012-09-301-6/+0
* Merge "Get rid of preventScreenOn()." into jb-mr1-devJeff Brown2012-09-281-6/+0
|\
| * Get rid of preventScreenOn().Jeff Brown2012-09-281-6/+0
* | Fix issue #7255954: API Review: rename Dream to DreamServiceDianne Hackborn2012-09-281-3/+2
|/
* Make DreamManagerService more robust.Jeff Brown2012-09-261-80/+65
* Handle user switched for settings changes.Jeff Brown2012-09-251-24/+48
* Fire "dreaming started" and "dreaming stopped" broadcasts.John Spurlock2012-09-191-5/+30
* Refer to STAY_ON_WHILE_PLUGGED_IN in the global namespaceChristopher Tate2012-09-071-6/+6
* Check proximity detector before powering off.Craig Mautner2012-08-281-1/+2
* Merge "Initialize screen state earlier in the boot process." into jb-mr1-devJeff Brown2012-08-251-0/+9
|\
| * Initialize screen state earlier in the boot process.Jeff Brown2012-08-251-0/+9
* | Make it easier to create asynchronous Handlers.Jeff Brown2012-08-251-1/+1
|/
* Disable screensavers if below first battery warning level.John Spurlock2012-08-231-6/+9
* Merge "Add framework support for multiple dreams." into jb-mr1-devJohn Spurlock2012-08-231-1/+10
|\
| * Add framework support for multiple dreams.John Spurlock2012-08-221-1/+10
* | Fix auto-brightness adjustment sentinel value.Jeff Brown2012-08-221-2/+3
|/
* Add a mechanism to adjust auto-brightness at night.Jeff Brown2012-08-221-2/+3
* Add support for auto-brightness adjust, but leave it disabled.Jeff Brown2012-08-211-4/+60
* Power manager rewrite.Jeff Brown2012-08-151-2889/+1539
* Fix screen timeout determination for starting dream.John Spurlock2012-08-091-2/+2
* Fix the dock-insertion Dream entry codepath.Daniel Sandler2012-08-091-1/+1
* Re-enable dreams: frameworks/baseJohn Spurlock2012-08-031-1/+13
* Move and rename user activity event type constants.Jeff Brown2012-07-271-8/+8