Home
last modified time | relevance | path

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

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