Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java816 boolean isSuppressedBubble = (mBubbleData.hasAnyBubbleWithKey(key) in isBubbleNotificationSuppressedFromShade()
918 if (mBubbleData.hasAnyBubbleWithKey(bubble.getKey())) { in loadOverflowBubblesFromDisk()
970 if (mBubbleData.hasAnyBubbleWithKey(key)) { in removeBubble()
984 if (!shouldBubble && mBubbleData.hasAnyBubbleWithKey(entry.getKey())) { in onEntryUpdated()
1025 boolean isActiveBubble = mBubbleData.hasAnyBubbleWithKey(key); in onRankingUpdated()
1253 if (mBubbleData.hasAnyBubbleWithKey(child.getKey())) { in handleSummaryDismissalInterception()
H A DBubbleData.java226 public boolean hasAnyBubbleWithKey(String key) { in hasAnyBubbleWithKey() method in BubbleData