summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/PowerManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* am a1e74744: am 11e2e9b0: Merge "Don\'t turn the button backlights on if the ...Joe Onorato2010-10-261-0/+8
|\
| * Don't turn the button backlights on if the screen is off. Part 2.Joe Onorato2010-10-251-0/+8
* | am b34fe2f0: am 60607a90: Make sure that when the screen is off, we don\'t tr...Joe Onorato2010-10-241-2/+16
|\ \ | |/
| * Make sure that when the screen is off, we don't try to turn the buttons on too.Joe Onorato2010-10-231-2/+16
* | am 5747eebf: am a8d477f0: Merge "Pressing the power button quickly needs to t...Joe Onorato2010-10-191-22/+21
|\ \ | |/
| * Pressing the power button quickly needs to turn the screen on and off correctly.Joe Onorato2010-10-181-22/+21
* | am 258d0e80: am 0d65a3fc: Merge "Screen on/off animation tweaks" into gingerb...Joe Onorato2010-10-161-4/+35
|\ \ | |/
| * Screen on/off animation tweaksJoe Onorato2010-10-141-4/+35
* | am 9a12a3c8: am ba799098: Merge changes I76513387,I335fb671 into gingerbreadJoe Onorato2010-10-131-212/+168
|\ \ | |/
| * Remove dead code, and make the animation a setting.Joe Onorato2010-10-121-212/+168
* | am 14854820: am c0ad216c: Merge "Add a configuration option to turn on the sc...Joe Onorato2010-10-121-1/+9
|\ \ | |/
| * Add a configuration option to turn on the screen when you unplug the device.Joe Onorato2010-10-111-1/+9
* | am 5be893a7: am 446547af: Merge "Don\'t throw when userActivity fails because...Joe Onorato2010-10-121-1/+26
|\ \ | |/
| * Don't throw when userActivity fails because of the permission check.Joe Onorato2010-10-111-1/+26
* | am 2c164747: am f7872780: Merge "PowerManagerService needs yet another flag.....Joe Onorato2010-10-071-46/+88
|\ \ | |/
| * PowerManagerService needs yet another flag...Joe Onorato2010-10-051-46/+88
* | am 0457db37: am ab2e6284: Merge "Use the private version of userActivity." in...Joe Onorato2010-09-301-1/+1
|\ \ | |/
| * Use the private version of userActivity.Joe Onorato2010-09-301-1/+1
* | am 198297b4: am f01a8730: Merge "Revert "Revert "Check for the DEVICE_POWER p...Joe Onorato2010-09-291-1/+1
|\ \ | |/
| * Revert "Revert "Check for the DEVICE_POWER permission in userActivity.""Joe Onorato2010-09-291-1/+1
* | am 05e11050: am a25eabad: Merge "Revert "Check for the DEVICE_POWER permissio...Mike Lockwood2010-09-281-1/+1
|\ \ | |/
| * Revert "Check for the DEVICE_POWER permission in userActivity."Mike Lockwood2010-09-281-1/+1
* | am f5bdeba1: am ea2cf2f9: Merge "Check for the DEVICE_POWER permission in use...Joe Onorato2010-09-281-1/+1
|\ \ | |/
| * Check for the DEVICE_POWER permission in userActivity.Joe Onorato2010-09-281-1/+1
* | am abdd2c7f: am 95f600b5: Merge "Fix NPE in PowerManagerService on boot, if s...Amith Yamasani2010-09-221-8/+17
|\ \ | |/
| * Fix NPE in PowerManagerService on boot, if some settings are corrupted.Amith Yamasani2010-09-221-8/+17
* | am 227afd3a: am 1188f5e7: Merge "Fix problem where power manager was calling ...Dianne Hackborn2010-09-151-38/+36
|\ \ | |/
| * Fix problem where power manager was calling battery stats with bad wl type.Dianne Hackborn2010-09-141-38/+36
* | resolved conflicts for merge of 53686433 to masterDianne Hackborn2010-09-131-31/+104
|\ \ | |/
| * Track client requests through location manager.Dianne Hackborn2010-09-131-31/+104
* | Fix 2579224: Add a separate timeout for lockscreen vs displayJim Miller2010-09-011-1/+2
|/
* am 797e688b: Continue trying to make the turn off quickly after call feature ...Joe Onorato2010-08-261-5/+12
|\
| * Continue trying to make the turn off quickly after call feature work.Joe Onorato2010-08-261-5/+12
| * Add a missing break; to restore old functionality and not turn off the screen...Andreas Huber2010-07-291-0/+4
* | Various battery info things:Dianne Hackborn2010-08-131-11/+17
* | Add a missing break; to restore old functionality and not turn off the screen...Andreas Huber2010-07-271-0/+4
* | am 8c65ee2d: Merge "Add a method to let a properly permissioned app directly ...Joe Onorato2010-07-271-30/+76
|\ \ | |/
| * Add a method to let a properly permissioned app directlyJoe Onorato2010-07-241-30/+76
* | More native input dispatch work.Jeff Brown2010-07-031-0/+16
|/
* Don't adjust lights if screen or button brightness is changed when the screen...Mike Lockwood2010-06-101-2/+8
* 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