Searched refs:hasOverflowBubbleWithKey (Results 1 – 3 of 3) sorted by relevance
185 return hasBubbleInStackWithKey(key) || hasOverflowBubbleWithKey(key); in hasAnyBubbleWithKey()192 public boolean hasOverflowBubbleWithKey(String key) { in hasOverflowBubbleWithKey() method in BubbleData473 if (hasOverflowBubbleWithKey(key) in doRemove()
1331 if (!mBubbleData.hasOverflowBubbleWithKey(bubble.getKey())
301 assertTrue(mBubbleData.hasOverflowBubbleWithKey(mRow.getEntry().getKey())); in testRemoveBubble_withDismissedNotif_inOverflow()324 assertFalse(mBubbleData.hasOverflowBubbleWithKey(mRow.getEntry().getKey())); in testRemoveBubble_withDismissedNotif_notInOverflow()