Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DNewNotifPipelineBubblesTest.java364 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testRemoveBubble()
428 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testDismissStack()
429 assertNull(mBubbleData.getBubbleInStackWithKey(mRow2.getKey())); in testDismissStack()
492 assertEquals(mRow.getKey(), mBubbleData.getBubbleInStackWithKey( in testCollapseAfterChangingExpandedBubble()
587 assertEquals(mRow2.getKey(), mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_selectsOverflow()
593 mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_selectsOverflow()
599 assertEquals(mRow.getKey(), mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_selectsOverflow()
605 mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_selectsOverflow()
632 mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpandedEmptyOverflow_collapses()
853 mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testNotifyShadeSuppressionChange_notificationDismiss()
[all …]
H A DBubblesTest.java402 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testRemoveBubble()
425 Bubble b2 = mBubbleData.getBubbleInStackWithKey(mRow2.getKey()); in testPromoteBubble_autoExpand()
484 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testDismissStack()
485 assertNull(mBubbleData.getBubbleInStackWithKey(mRow2.getKey())); in testDismissStack()
549 assertEquals(mRow.getKey(), mBubbleData.getBubbleInStackWithKey( in testCollapseAfterChangingExpandedBubble()
649 mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_selectsOverflow()
655 assertEquals(mRow.getKey(), mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_selectsOverflow()
661 mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_selectsOverflow()
688 mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpandedEmptyOverflow_collapses()
988 mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testNotifyShadeSuppressionChange_notificationDismiss()
[all …]
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java231 return getBubbleInStackWithKey(key) != null; in hasBubbleInStackWithKey()
288 Bubble bubbleToReturn = getBubbleInStackWithKey(key); in getOrCreateBubble()
325 Bubble prevBubble = getBubbleInStackWithKey(bubble.getKey()); in notificationEntryUpdated()
875 Bubble b = getBubbleInStackWithKey(key); in getAnyBubbleWithkey()
912 public Bubble getBubbleInStackWithKey(String key) { in getBubbleInStackWithKey() method in BubbleData
H A DBubbleController.java876 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key); in expandStackAndSelectBubble()
1224 Bubble bubble = mBubbleData.getBubbleInStackWithKey(entry.getKey()); in handleDismissalInterception()
H A DBubbleStackView.java2618 final Bubble bubble = mBubbleData.getBubbleInStackWithKey(mExpandedBubble.getKey()); in showManageMenu()
2999 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key);
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java936 assertThat(mBubbleData.getBubbleInStackWithKey(mBubbleB3.getKey())).isNotNull(); in test_addOldNotifWithNewerBubbles()