Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBarService.aidl62 void onPanelRevealed(boolean clearNotificationEffects, int numItems); in onPanelRevealed()
65 void clearNotificationEffects(); in clearNotificationEffects() method
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DNotificationPanelViewController.java532 private void clearNotificationEffects() { in clearNotificationEffects() method in NotificationPanelViewController
/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java1279 public void onPanelRevealed(boolean clearNotificationEffects, int numItems) { in onPanelRevealed()
1290 public void clearNotificationEffects() throws RemoteException { in clearNotificationEffects() method in StatusBarManagerService
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java4078 public void clearNotificationEffects() { in clearNotificationEffects() method