Home
last modified time | relevance | path

Searched refs:getSuppressedBubbleWithKey (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java699 Bubble b = getSuppressedBubbleWithKey(key); in doRemove()
1077 b = getSuppressedBubbleWithKey(key); in getAnyBubbleWithkey()
1163 public Bubble getSuppressedBubbleWithKey(String key) { in getSuppressedBubbleWithKey() method in BubbleData
DBubbleController.java1631 Bubble b = mBubbleData.getSuppressedBubbleWithKey(notif.getKey()); in updateBubble()