Searched refs:hasOverflowBubbleWithKey (Results 1 – 4 of 4) sorted by relevance
660 assertTrue(mBubbleData.hasOverflowBubbleWithKey(mRow.getKey())); in testRemoveBubble_withDismissedNotif_inOverflow()682 assertFalse(mBubbleData.hasOverflowBubbleWithKey(mRow.getKey())); in testRemoveBubble_withDismissedNotif_notInOverflow()1477 assertThat(mBubbleData.hasOverflowBubbleWithKey(entry.getKey())).isTrue(); in testNotificationChannelModified_channelUpdated_removesOverflowBubble()1485 assertThat(mBubbleData.hasOverflowBubbleWithKey(entry.getKey())).isFalse(); in testNotificationChannelModified_channelUpdated_removesOverflowBubble()1503 assertThat(mBubbleData.hasOverflowBubbleWithKey(entry.getKey())).isTrue(); in testNotificationChannelModified_channelDeleted_removesOverflowBubble()1511 assertThat(mBubbleData.hasOverflowBubbleWithKey(entry.getKey())).isFalse(); in testNotificationChannelModified_channelDeleted_removesOverflowBubble()1769 assertThat(mBubbleData.hasOverflowBubbleWithKey(mRow.getKey())).isTrue(); in testNonInterruptiveUpdate_doesntBubbleFromOverflow()1820 assertThat(mBubbleData.hasOverflowBubbleWithKey(mRow.getKey())).isTrue(); in testNonInterruptiveUpdate_doesntOverrideOverflowFlagBubble()
303 return hasBubbleInStackWithKey(key) || hasOverflowBubbleWithKey(key) in hasAnyBubbleWithKey()311 public boolean hasOverflowBubbleWithKey(String key) { in hasOverflowBubbleWithKey() method in BubbleData685 if (hasOverflowBubbleWithKey(key) in doRemove()
1296 } else if (mBubbleData.hasOverflowBubbleWithKey(b.getKey())) { in expandStackAndSelectBubbleFromLauncher()1324 } else if (mBubbleData.hasOverflowBubbleWithKey(b.getKey())) { in expandStackAndSelectBubble()1616 && mBubbleData.hasOverflowBubbleWithKey(notif.getKey())) { in updateBubble()2035 if (!mBubbleData.hasOverflowBubbleWithKey(bubble.getKey())
2029 if (mBubbleData.hasOverflowBubbleWithKey(bubble.getKey())) { in removeBubble()