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