summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2010-09-12 17:03:19 -0400
committerJoe Onorato <joeo@google.com>2010-09-12 17:06:01 -0400
commitf63b0f44eb53f535a65bd83dbc1d8b95abc501da (patch)
tree3ce4d9acada556c3f7658e420ba21602466776fd /core/java
parent9305647eb61bb60a1f42481a0c0d208dc9bbe965 (diff)
Connect my plumbing to dsandler's awesome lights out mode.
It took a little bit of refactoring to move the authoritative state about whether the lights are on or not into the StatusBarManagerService, so that if the system ui process crashes, the bar comes up in the right mode. Change-Id: I95cfaf8f78ca4443ded5262272ea755d44dc5d17
Diffstat (limited to 'core/java')
-rw-r--r--core/java/com/android/internal/statusbar/IStatusBarService.aidl1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/com/android/internal/statusbar/IStatusBarService.aidl b/core/java/com/android/internal/statusbar/IStatusBarService.aidl
index 07cc43eae024..0763f5e6938a 100644
--- a/core/java/com/android/internal/statusbar/IStatusBarService.aidl
+++ b/core/java/com/android/internal/statusbar/IStatusBarService.aidl
@@ -43,4 +43,5 @@ interface IStatusBarService
int uid, int initialPid, String message);
void onClearAllNotifications();
void onNotificationClear(String pkg, String tag, int id);
+ void setLightsOn(boolean on);
}