Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java290 || hasSuppressedBubbleWithKey(key); in hasAnyBubbleWithKey()
304 public boolean hasSuppressedBubbleWithKey(String key) { in hasSuppressedBubbleWithKey() method in BubbleData
680 if (hasSuppressedBubbleWithKey(key) && shouldRemoveHiddenBubble) { in doRemove()