Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbles.java337 void notifyInvalidateNotifications(String reason); in notifyInvalidateNotifications() method
H A DBubbleController.java1833 mSysuiProxy.notifyInvalidateNotifications("BubbleData.Listener.applyUpdate");
1878 mSysuiProxy.notifyInvalidateNotifications("BubbleController.handleDismissalInterception"); in handleDismissalInterception()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java316 public void notifyInvalidateNotifications(String reason) { in BubblesManager()