Home
last modified time | relevance | path

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

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