summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/lights
Commit message (Collapse)AuthorAgeFilesLines
* Add trace tag for power management.Jeff Brown2014-08-161-1/+7
| | | | | | | | | Instrumented the basic power manager state transitions, calling into the Power HAL, setting the display power mode, and setting the backlight. Bug: 17004602 Change-Id: I4e362162ddfd7292a7eea8b5d029ce3f6593c4a9
* am 1b51c9cb: Merge "Make SystemService constructor take a Context." into ↵Jeff Brown2014-02-111-2/+4
|\ | | | | | | | | | | | | klp-modular-dev * commit '1b51c9cb96fe2a0818289857a016521eed1ec183': Make SystemService constructor take a Context.
| * Make SystemService constructor take a Context.Jeff Brown2014-02-101-2/+4
| | | | | | | | | | | | | | | | | | | | This change simplifies the process of initializing a SystemService by folding the onCreate() step back into the constructor. It removes some ambuiguity about what work should happen in the constructor and should make it possible for services to retain most of their final fields after refactoring into the new pattern. Change-Id: I25f41af0321bc01898658ab44b369f9c5d16800b
* | am 6b1f3acd: am 6ea720ba: Merge "Make sure to turn off led after pulse()"Dan Sandler2014-02-071-0/+1
|/ | | | | * commit '6b1f3acdf0f0806c0b3826d1c4ea43bd6cc6f021': Make sure to turn off led after pulse()
* resolved conflicts for merge of 92ae0347 to klp-modular-devNarayan Kamath2014-01-081-4/+4
| | | | Change-Id: I703aea4f20985a4bbda0f685254721d6480bb20f
* Move some system services to separate directoriesAmith Yamasani2013-12-193-0/+277
Refactored the directory structure so that services can be optionally excluded. This is step 1. Will be followed by another change that makes it possible to remove services from the build. Change-Id: Ideacedfd34b5e213217ad3ff4ebb21c4a8e73f85