Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java304 || hasSuppressedBubbleWithKey(key); in hasAnyBubbleWithKey()
318 public boolean hasSuppressedBubbleWithKey(String key) { in hasSuppressedBubbleWithKey() method in BubbleData
698 if (hasSuppressedBubbleWithKey(key) && shouldRemoveHiddenBubble) { in doRemove()