Home
last modified time | relevance | path

Searched refs:notifyInvalidateNotifications (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbles.java286 void notifyInvalidateNotifications(String reason); in notifyInvalidateNotifications() method
DBubbleController.java1197 mSysuiProxy.notifyInvalidateNotifications("BubbleData.Listener.applyUpdate");
1221 mSysuiProxy.notifyInvalidateNotifications("BubbleController.handleDismissalInterception"); in handleDismissalInterception()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java331 public void notifyInvalidateNotifications(String reason) { in BubblesManager()