Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java435 if (!mBubbleData.hasBubbleWithKey(key)) {
501 if (!shouldBubble && mBubbleData.hasBubbleWithKey(entry.key)) {
548 if (!mBubbleData.hasBubbleWithKey(bubble.getKey())
DBubbleData.java141 public boolean hasBubbleWithKey(String key) { in hasBubbleWithKey() method in BubbleData
215 if (hasBubbleWithKey(key)) { in notificationRankingUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java146 || (mBubbleData.hasBubbleWithKey(ent.key) && !ent.showInShadeWhenBubble())) { in updateNotificationViews()