Home
last modified time | relevance | path

Searched refs:hasBubbleInStackWithKey (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java1017 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()
H A DNewNotifPipelineBubblesTest.java882 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()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java227 return hasBubbleInStackWithKey(key) || hasOverflowBubbleWithKey(key); in hasAnyBubbleWithKey()
230 public boolean hasBubbleInStackWithKey(String key) { in hasBubbleInStackWithKey() method in BubbleData
H A DBubbleController.java280 if (bubble.isIntentActive() || mBubbleData.hasBubbleInStackWithKey(bubble.getKey())) { in initialize()
852 if (mBubbleData.hasBubbleInStackWithKey(b.getKey())) { in expandStackAndSelectBubble()
1142 if (!mBubbleData.hasBubbleInStackWithKey(bubble.getKey())) {
H A DBubbleStackView.java1115 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()