Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java990 boolean isSuppressedBubble = (mBubbleData.hasAnyBubbleWithKey(key) in isBubbleNotificationSuppressedFromShade()
1102 if (mBubbleData.hasAnyBubbleWithKey(bubble.getKey())) { in loadOverflowBubblesFromDisk()
1184 if (mBubbleData.hasAnyBubbleWithKey(key)) { in removeBubble()
1201 if (!shouldBubble && mBubbleData.hasAnyBubbleWithKey(entry.getKey())) { in onEntryUpdated()
1241 boolean isActiveBubble = mBubbleData.hasAnyBubbleWithKey(key); in onRankingUpdated()
1479 if (mBubbleData.hasAnyBubbleWithKey(child.getKey())) { in handleSummaryDismissalInterception()
DBubbleData.java184 public boolean hasAnyBubbleWithKey(String key) { in hasAnyBubbleWithKey() method in BubbleData