Searched refs:hasOverflowBubbleWithKey (Results 1 – 5 of 5) sorted by relevance
227 return hasBubbleInStackWithKey(key) || hasOverflowBubbleWithKey(key); in hasAnyBubbleWithKey()234 public boolean hasOverflowBubbleWithKey(String key) { in hasOverflowBubbleWithKey() method in BubbleData537 if (hasOverflowBubbleWithKey(key) in doRemove()
856 } else if (mBubbleData.hasOverflowBubbleWithKey(b.getKey())) { in expandStackAndSelectBubble()944 && mBubbleData.hasOverflowBubbleWithKey(notif.getKey())) { in updateBubble()1143 if (!mBubbleData.hasOverflowBubbleWithKey(bubble.getKey())
1582 if (mBubbleData.hasOverflowBubbleWithKey(bubble.getKey())) { in removeBubble()
384 assertTrue(mBubbleData.hasOverflowBubbleWithKey(mRow.getKey())); in testRemoveBubble_withDismissedNotif_inOverflow()407 assertFalse(mBubbleData.hasOverflowBubbleWithKey(mRow.getKey())); in testRemoveBubble_withDismissedNotif_notInOverflow()
1108 assertThat(mBubbleData.hasOverflowBubbleWithKey(mRow.getKey())).isTrue(); in test_notVisuallyInterruptive_updateOverflowBubble_notAdded()