Searched refs:hasBubbleInStackWithKey (Results 1 – 5 of 5) sorted by relevance
1017 assertTrue(mBubbleData.hasBubbleInStackWithKey(groupedBubble.getEntry().getKey())); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()1041 assertTrue(mBubbleData.hasBubbleInStackWithKey(groupedBubble.getEntry().getKey())); in testAppRemovesSummary_removesAllBubbleChildren()1050 assertFalse(mBubbleData.hasBubbleInStackWithKey(groupedBubble.getEntry().getKey())); in testAppRemovesSummary_removesAllBubbleChildren()1107 assertThat(mBubbleData.hasBubbleInStackWithKey(mRow.getKey())).isFalse(); in test_notVisuallyInterruptive_updateOverflowBubble_notAdded()1112 assertThat(mBubbleData.hasBubbleInStackWithKey(mRow.getKey())).isFalse(); in test_notVisuallyInterruptive_updateOverflowBubble_notAdded()
882 assertTrue(mBubbleData.hasBubbleInStackWithKey(groupedBubble.getEntry().getKey())); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()906 assertTrue(mBubbleData.hasBubbleInStackWithKey(groupedBubble.getEntry().getKey())); in testAppRemovesSummary_removesAllBubbleChildren()915 assertFalse(mBubbleData.hasBubbleInStackWithKey(groupedBubble.getEntry().getKey())); in testAppRemovesSummary_removesAllBubbleChildren()944 assertTrue(mBubbleData.hasBubbleInStackWithKey(groupedBubble.getEntry().getKey())); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
227 return hasBubbleInStackWithKey(key) || hasOverflowBubbleWithKey(key); in hasAnyBubbleWithKey()230 public boolean hasBubbleInStackWithKey(String key) { in hasBubbleInStackWithKey() method in BubbleData
280 if (bubble.isIntentActive() || mBubbleData.hasBubbleInStackWithKey(bubble.getKey())) { in initialize()852 if (mBubbleData.hasBubbleInStackWithKey(b.getKey())) { in expandStackAndSelectBubble()1142 if (!mBubbleData.hasBubbleInStackWithKey(bubble.getKey())) {
1115 if (bubble != null && mBubbleData.hasBubbleInStackWithKey(bubble.getKey())) { in setUpManageMenu()2351 if (bubble != null && mBubbleData.hasBubbleInStackWithKey(bubble.getKey())) { in dismissBubbleIfExists()2617 if (show && mBubbleData.hasBubbleInStackWithKey(mExpandedBubble.getKey())) { in showManageMenu()