Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java396 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())) {
DBubbleData.java303 return hasBubbleInStackWithKey(key) || hasOverflowBubbleWithKey(key) in hasAnyBubbleWithKey()
307 public boolean hasBubbleInStackWithKey(String key) { in hasBubbleInStackWithKey() method in BubbleData
DBubbleStackView.java1361 if (bubble != null && mBubbleData.hasBubbleInStackWithKey(bubble.getKey())) { in setUpManageMenu()
2977 if (bubble != null && mBubbleData.hasBubbleInStackWithKey(bubble.getKey())) { in dismissBubbleIfExists()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1155 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()