Searched refs:hasAnyBubbleWithKey (Results 1 – 2 of 2) sorted by relevance
990 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()
184 public boolean hasAnyBubbleWithKey(String key) { in hasAnyBubbleWithKey() method in BubbleData