am cd9eb9be: am 27ef0188: Merge "NoMan/SysUI: Clear LEDs only when entering the shade" into lmp-mr1-dev
* commit 'cd9eb9bee788252cd6d6bcdb7fcdc5a5d0dcfe5c': NoMan/SysUI: Clear LEDs only when entering the shade
This commit is contained in:
@@ -40,8 +40,10 @@ interface IStatusBarService
|
||||
// You need the STATUS_BAR_SERVICE permission
|
||||
void registerStatusBar(IStatusBar callbacks, out StatusBarIconList iconList,
|
||||
out int[] switches, out List<IBinder> binders);
|
||||
void onPanelRevealed();
|
||||
void onPanelRevealed(boolean clearNotificationEffects);
|
||||
void onPanelHidden();
|
||||
// Mark current notifications as "seen" and stop ringing, vibrating, blinking.
|
||||
void clearNotificationEffects();
|
||||
void onNotificationClick(String key);
|
||||
void onNotificationActionClick(String key, int actionIndex);
|
||||
void onNotificationError(String pkg, String tag, int id,
|
||||
|
||||
Reference in New Issue
Block a user