Searched refs:hasBubbleInStackWithKey (Results 1 – 4 of 4) sorted by relevance
396 if (bubble.isIntentActive() || mBubbleData.hasBubbleInStackWithKey(bubble.getKey())) { in onInit()1292 if (mBubbleData.hasBubbleInStackWithKey(b.getKey())) { in expandStackAndSelectBubbleFromLauncher()1321 if (mBubbleData.hasBubbleInStackWithKey(b.getKey())) { in expandStackAndSelectBubble()1761 boolean isActive = mBubbleData.hasBubbleInStackWithKey(key); in onRankingUpdated()2034 if (!mBubbleData.hasBubbleInStackWithKey(bubble.getKey())) {
303 return hasBubbleInStackWithKey(key) || hasOverflowBubbleWithKey(key) in hasAnyBubbleWithKey()307 public boolean hasBubbleInStackWithKey(String key) { in hasBubbleInStackWithKey() method in BubbleData
1361 if (bubble != null && mBubbleData.hasBubbleInStackWithKey(bubble.getKey())) { in setUpManageMenu()2977 if (bubble != null && mBubbleData.hasBubbleInStackWithKey(bubble.getKey())) { in dismissBubbleIfExists()
1155 assertTrue(mBubbleData.hasBubbleInStackWithKey(groupedBubble.getEntry().getKey())); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()1179 assertTrue(mBubbleData.hasBubbleInStackWithKey(groupedBubble.getEntry().getKey())); in testAppRemovesSummary_removesAllBubbleChildren()1188 assertFalse(mBubbleData.hasBubbleInStackWithKey(groupedBubble.getEntry().getKey())); in testAppRemovesSummary_removesAllBubbleChildren()1217 assertTrue(mBubbleData.hasBubbleInStackWithKey(groupedBubble.getEntry().getKey())); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()1731 assertThat(mBubbleData.hasBubbleInStackWithKey(mBubbleEntry.getKey())).isTrue(); in testOnRankingUpdate_DndSuppressListNotif()1753 assertThat(mBubbleData.hasBubbleInStackWithKey(mBubbleEntry.getKey())).isFalse(); in testOnRankingUpdate_DndSuppressListNotif()