Searched refs:hasOverflowBubbleWithKey (Results 1 – 4 of 4) sorted by relevance
544 assertTrue(mBubbleData.hasOverflowBubbleWithKey(mRow.getKey())); in testRemoveBubble_withDismissedNotif_inOverflow()566 assertFalse(mBubbleData.hasOverflowBubbleWithKey(mRow.getKey())); in testRemoveBubble_withDismissedNotif_notInOverflow()1359 assertThat(mBubbleData.hasOverflowBubbleWithKey(entry.getKey())).isTrue(); in testNotificationChannelModified_channelUpdated_removesOverflowBubble()1367 assertThat(mBubbleData.hasOverflowBubbleWithKey(entry.getKey())).isFalse(); in testNotificationChannelModified_channelUpdated_removesOverflowBubble()1385 assertThat(mBubbleData.hasOverflowBubbleWithKey(entry.getKey())).isTrue(); in testNotificationChannelModified_channelDeleted_removesOverflowBubble()1393 assertThat(mBubbleData.hasOverflowBubbleWithKey(entry.getKey())).isFalse(); in testNotificationChannelModified_channelDeleted_removesOverflowBubble()1623 assertThat(mBubbleData.hasOverflowBubbleWithKey(mRow.getKey())).isTrue(); in testNonInterruptiveUpdate_doesntBubbleFromOverflow()1674 assertThat(mBubbleData.hasOverflowBubbleWithKey(mRow.getKey())).isTrue(); in testNonInterruptiveUpdate_doesntOverrideOverflowFlagBubble()
289 return hasBubbleInStackWithKey(key) || hasOverflowBubbleWithKey(key) in hasAnyBubbleWithKey()297 public boolean hasOverflowBubbleWithKey(String key) { in hasOverflowBubbleWithKey() method in BubbleData665 if (hasOverflowBubbleWithKey(key) in doRemove()
1113 } else if (mBubbleData.hasOverflowBubbleWithKey(b.getKey())) { in expandStackAndSelectBubbleFromLauncher()1132 } else if (mBubbleData.hasOverflowBubbleWithKey(b.getKey())) { in expandStackAndSelectBubble()1383 && mBubbleData.hasOverflowBubbleWithKey(notif.getKey())) { in updateBubble()1773 if (!mBubbleData.hasOverflowBubbleWithKey(bubble.getKey())
1838 if (mBubbleData.hasOverflowBubbleWithKey(bubble.getKey())) { in removeBubble()