Home
last modified time | relevance | path

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

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