Searched refs:hasBubbleWithKey (Results 1 – 3 of 3) sorted by relevance
435 if (!mBubbleData.hasBubbleWithKey(key)) {501 if (!shouldBubble && mBubbleData.hasBubbleWithKey(entry.key)) {548 if (!mBubbleData.hasBubbleWithKey(bubble.getKey())
141 public boolean hasBubbleWithKey(String key) { in hasBubbleWithKey() method in BubbleData215 if (hasBubbleWithKey(key)) { in notificationRankingUpdated()
146 || (mBubbleData.hasBubbleWithKey(ent.key) && !ent.showInShadeWhenBubble())) { in updateNotificationViews()