Home
last modified time | relevance | path

Searched defs:clearNotificationEffects (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl58 void onPanelRevealed(boolean clearNotificationEffects, int numItems); in onPanelRevealed()
61 void clearNotificationEffects(); in clearNotificationEffects() method
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1076 public void onPanelRevealed(boolean clearNotificationEffects, int numItems) { in onPanelRevealed()
1087 public void clearNotificationEffects() throws RemoteException { in clearNotificationEffects() method in StatusBarManagerService
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4571 public void clearNotificationEffects() { in clearNotificationEffects() method