Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbles.java331 void setNotificationInterruption(String key); in setNotificationInterruption() method
H A DBubbleController.java1378 mSysuiProxy.setNotificationInterruption(notif.getKey()); in updateBubble()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java285 public void setNotificationInterruption(String key) { in BubblesManager()