Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl60 void onPanelRevealed(boolean clearNotificationEffects, int numItems); in onPanelRevealed()
63 void clearNotificationEffects(); in clearNotificationEffects() method
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java450 private void clearNotificationEffects() { in clearNotificationEffects() method in NotificationPanelViewController
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1136 public void onPanelRevealed(boolean clearNotificationEffects, int numItems) { in onPanelRevealed()
1147 public void clearNotificationEffects() throws RemoteException { in clearNotificationEffects() method in StatusBarManagerService
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4281 public void clearNotificationEffects() { in clearNotificationEffects() method