Searched refs:hasAnyBubbleWithKey (Results 1 – 2 of 2) sorted by relevance
1071 boolean isSuppressedBubble = (mBubbleData.hasAnyBubbleWithKey(key) in isBubbleNotificationSuppressedFromShade()1307 if (mBubbleData.hasAnyBubbleWithKey(bubble.getKey())) { in loadOverflowBubblesFromDisk()1390 } else if (mBubbleData.hasAnyBubbleWithKey(notif.getKey()) in updateBubble()1449 if (mBubbleData.hasAnyBubbleWithKey(key)) { in removeBubble()1478 if (!shouldBubble && mBubbleData.hasAnyBubbleWithKey(entry.getKey())) { in onEntryUpdated()1522 boolean isActiveOrInOverflow = mBubbleData.hasAnyBubbleWithKey(key); in onRankingUpdated()1896 if (mBubbleData.hasAnyBubbleWithKey(child.getKey())) { in handleSummaryDismissalInterception()
288 public boolean hasAnyBubbleWithKey(String key) { in hasAnyBubbleWithKey() method in BubbleData