Home
last modified time | relevance | path

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

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