Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBarService.aidl71 void onPanelRevealed(boolean clearNotificationEffects, int numItems); in onPanelRevealed()
74 oneway void clearNotificationEffects(); in clearNotificationEffects() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfaces.java331 void clearNotificationEffects(); in clearNotificationEffects() method
H A DCentralSurfacesImpl.java3378 public void clearNotificationEffects() { in clearNotificationEffects() method
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java1537 public void onPanelRevealed(boolean clearNotificationEffects, int numItems) { in onPanelRevealed()
1548 public void clearNotificationEffects() throws RemoteException { in clearNotificationEffects() method in StatusBarManagerService