Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbles.java279 void removeNotificationEntry(String key); in removeNotificationEntry() method
H A DBubbleController.java1259 mSysuiProxy.removeNotificationEntry(bubbleChild.getKey()); in handleSummaryDismissalInterception()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java343 public void removeNotificationEntry(String key) { in BubblesManager()