Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbles.java368 void notifyRemoveNotification(String key, int reason); in notifyRemoveNotification() method
DBubbleController.java2041 mSysuiProxy.notifyRemoveNotification(bubble.getKey(), REASON_CANCEL);
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java350 public void notifyRemoveNotification(String key, int reason) { in BubblesManager()