Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java455 boolean isBubbleAndSuppressed = mBubbleData.hasBubbleWithKey(key) in isBubbleNotificationSuppressedFromShade()
544 boolean inBubbleData = mBubbleData.hasBubbleWithKey(key);
658 if (!shouldBubble && mBubbleData.hasBubbleWithKey(entry.key)) {
708 if (!mBubbleData.hasBubbleWithKey(bubble.getKey())
DBubbleData.java157 public boolean hasBubbleWithKey(String key) { in hasBubbleWithKey() method in BubbleData
239 if (hasBubbleWithKey(key)) { in notificationRankingUpdated()