Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl43 void onPanelRevealed(boolean clearNotificationEffects); in onPanelRevealed()
46 void clearNotificationEffects(); in clearNotificationEffects() method
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java501 public void onPanelRevealed(boolean clearNotificationEffects) { in onPanelRevealed()
512 public void clearNotificationEffects() throws RemoteException { in clearNotificationEffects() method in StatusBarManagerService