Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java524 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testRemoveBubble()
587 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testDismissStack()
588 assertNull(mBubbleData.getBubbleInStackWithKey(mRow2.getKey())); in testDismissStack()
650 assertEquals(mRow.getKey(), mBubbleData.getBubbleInStackWithKey( in testCollapseAfterChangingExpandedBubble()
745 assertEquals(mRow2.getKey(), mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_collapses()
751 mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_collapses()
757 assertEquals(mRow.getKey(), mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_collapses()
763 mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_collapses()
789 mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpandedEmptyOverflow_collapses()
1010 mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testNotifyShadeSuppressionChange_notificationDismiss()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java294 return getBubbleInStackWithKey(key) != null; in hasBubbleInStackWithKey()
394 Bubble bubbleToReturn = getBubbleInStackWithKey(key); in getOrCreateBubble()
431 Bubble prevBubble = getBubbleInStackWithKey(bubble.getKey()); in notificationEntryUpdated()
1066 Bubble b = getBubbleInStackWithKey(key); in getAnyBubbleWithkey()
1106 public Bubble getBubbleInStackWithKey(String key) { in getBubbleInStackWithKey() method in BubbleData
H A DBubbleController.java1152 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key); in expandStackAndSelectBubble()
1232 Bubble existingAppBubble = mBubbleData.getBubbleInStackWithKey(appBubbleKey); in showOrHideAppBubble()
1867 Bubble bubble = mBubbleData.getBubbleInStackWithKey(entry.getKey()); in handleDismissalInterception()
H A DBubbleStackView.java2953 final Bubble bubble = mBubbleData.getBubbleInStackWithKey(mExpandedBubble.getKey()); in showManageMenu()
3408 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key);
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java970 assertThat(mBubbleData.getBubbleInStackWithKey(mBubbleB3.getKey())).isNotNull(); in test_addOldNotifWithNewerBubbles()
1108 assertThat(mBubbleData.getBubbleInStackWithKey(appBubbleKey)).isEqualTo(mAppBubble); in test_removeAppBubble_skipsOverflow()
1113 assertThat(mBubbleData.getBubbleInStackWithKey(appBubbleKey)).isNull(); in test_removeAppBubble_skipsOverflow()