summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/PowerManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Fix inconsistency in how we handle light sensor when battery is low.Mike Lockwood2010-04-171-3/+11
* Fix wakelock leak in PowerManagerService.sendNotificationLocked()Mike Lockwood2010-04-131-0/+2
* Improve wakelock debugging:Mike Lockwood2010-03-221-1/+4
* Fix problems with new PowerManager.reboot() implementation.Mike Lockwood2010-03-121-12/+8
* Add new shutdown observer for MountService.Suchi Amalapurapu2010-03-091-19/+26
* Delay setting initial screen brightness until after the sensors are initialized.Mike Lockwood2010-03-041-8/+12
* Don't poke user activity when unplugging unless screen is already on.Mike Lockwood2010-03-011-1/+5
* Switch the services library to using the new SlogJoe Onorato2010-03-011-67/+68
* Fix synchronization problem in PowerManagerService.dump()Mike Lockwood2010-02-251-87/+89
* Framework: Clean up / Refactor Mount APIsSan Mehat2010-02-091-1/+1
* Keep automatic screen brightness monotonically increasing until screen is tur...Mike Lockwood2010-02-051-1/+42
* Support for triggering the lockscreen while the screen is on:Mike Lockwood2010-01-291-0/+4
* More device admin.Dianne Hackborn2010-01-281-6/+14
* More device policy manager / admin work.Dianne Hackborn2010-01-211-4/+19
* move some system services from gservices to secure settingsDoug Zongker2010-01-071-30/+21
* PowerManagerService: Switch to using MountService shutdown for mediaSan Mehat2010-01-071-55/+16
* PowerManagerService: When rebooting, ensure external storage is unmountedSan Mehat2010-01-061-0/+60
* DropBox logging of app & system server crashes.Dan Egnor2009-12-211-0/+18
* move event log tags used by system server into this packageDoug Zongker2009-12-041-46/+39
* am 678c2e35: Merge change I9ef88863 into eclairMike Lockwood2009-12-031-21/+23
|\
| * Add WindowManagerPolicy.OFF_BECAUSE_OF_PROX_SENSOR to indicate screen was tur...Mike Lockwood2009-12-031-21/+23
* | LightsService cleanup:Mike Lockwood2009-11-271-35/+21
* | Add setAttentionLight() to IPowerManager for the Phone app.Mike Lockwood2009-11-251-0/+5
* | Remove HardwareService and move vibrator support to VibratorService.Mike Lockwood2009-11-251-29/+29
* | Add window manager support for overriding button and keyboard backlight values.Mike Lockwood2009-11-231-36/+95
* | IPowerManager: remove some unused methods.Mike Lockwood2009-11-201-24/+0
* | add reboot() method to PowerManagerDoug Zongker2009-11-191-0/+15
|/
* Fixes for proximity sensor behavior:Mike Lockwood2009-11-181-6/+12
* Revert "PowerManagerService: enable logging for when mPowerState changes."Mike Lockwood2009-11-161-1/+1
* Keep screen bright until boot completed.Mike Lockwood2009-11-151-2/+20
* Fix a race condition that resulted in the screen coming on without the bright...Mike Lockwood2009-11-141-3/+5
* PowerManagerService: Hold a wakelock while mProximityTask is queuedMike Lockwood2009-11-141-1/+30
* Add support for specifying the current LCD brightness mode to the backlight d...Mike Lockwood2009-11-101-11/+36
* Disabling user activity now resets user power state so the keyguard can set s...Mike Lockwood2009-11-101-0/+9
* Do not deactivate the proximity sensor until after the sensor returns negative.Mike Lockwood2009-11-101-29/+54
* PowerManagerService: enable logging for when mPowerState changes.Mike Lockwood2009-11-091-1/+1
* Use SystemClock.elapsedRealtime() instead of sensor timestampMike Lockwood2009-11-081-2/+2
* Ignore the light sensor if the screen is turning off.Mike Lockwood2009-11-081-1/+12
* Do not apply light sensor debounce logic while the light sensor is still warm...Mike Lockwood2009-11-071-11/+24
* Increase light sensor delay from one to two seconds.Mike Lockwood2009-11-061-1/+1
* Expose PowerManager.isScreenOn in the public api.Charles Mendis2009-11-061-3/+3
* Fix a race condition that could result in the screen being forced off indefin...Mike Lockwood2009-11-061-5/+7
* Throttle proximity sensor values so we do not process more than one change a ...Mike Lockwood2009-11-051-15/+49
* PowerManagerService: Fix manual brightness mode.Mike Lockwood2009-11-041-1/+2
* Remove obsolete hardware auto-brightness support.Mike Lockwood2009-11-031-27/+2
* Fix problem with proximity sensor not reawaking screen if the values change t...Mike Lockwood2009-11-021-0/+2
* Do not advance mLastEventTime when enabling or disabling user activity.Mike Lockwood2009-11-021-1/+0
* Add warning that hardware auto-brightness is deprecated and will be removed i...Mike Lockwood2009-11-011-1/+12
* Manage button and keyboard backlights with light sensor in both manual and au...Mike Lockwood2009-11-011-14/+15
* Don't turn on keyboard backlights when keyboard is closed in auto brightness ...Mike Lockwood2009-10-311-2/+16