Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java634 assertNotNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testRemoveBubble()
640 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testRemoveBubble()
655 mBubbleData.getBubbleInStackWithKey(mRow.getKey()).setSuppressNotification(true); in testRemoveBubble_withDismissedNotif_inOverflow()
677 mBubbleData.getBubbleInStackWithKey(mRow.getKey()).setSuppressNotification(true); in testRemoveBubble_withDismissedNotif_notInOverflow()
695 assertNotNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testDismissStack()
698 assertNotNull(mBubbleData.getBubbleInStackWithKey(mRow2.getKey())); in testDismissStack()
703 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testDismissStack()
704 assertNull(mBubbleData.getBubbleInStackWithKey(mRow2.getKey())); in testDismissStack()
763 mBubbleData.setSelectedBubble(mBubbleData.getBubbleInStackWithKey( in testCollapseAfterChangingExpandedBubble()
766 assertEquals(mRow.getKey(), mBubbleData.getBubbleInStackWithKey( in testCollapseAfterChangingExpandedBubble()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java308 return getBubbleInStackWithKey(key) != null; in hasBubbleInStackWithKey()
417 Bubble bubbleToReturn = getBubbleInStackWithKey(key); in getOrCreateBubble()
456 Bubble prevBubble = getBubbleInStackWithKey(bubble.getKey()); in notificationEntryUpdated()
1072 Bubble b = getBubbleInStackWithKey(key); in getAnyBubbleWithkey()
1112 public Bubble getBubbleInStackWithKey(String key) { in getBubbleInStackWithKey() method in BubbleData
DBubbleController.java1346 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key); in expandStackAndSelectBubble()
1422 Bubble existingAppBubble = mBubbleData.getBubbleInStackWithKey(appBubbleKey); in showOrHideAppBubble()
2129 Bubble bubble = mBubbleData.getBubbleInStackWithKey(entry.getKey()); in handleDismissalInterception()
DBubbleStackView.java3264 final Bubble bubble = mBubbleData.getBubbleInStackWithKey(mExpandedBubble.getKey()); in showManageMenu()
3707 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key);
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java237 assertThat(mBubbleData.getBubbleInStackWithKey(mAppBubble.getKey())).isEqualTo(mAppBubble); in testAddAppBubble_setsTime()
1049 assertThat(mBubbleData.getBubbleInStackWithKey(mBubbleB3.getKey())).isNotNull(); in test_addOldNotifWithNewerBubbles()
1187 assertThat(mBubbleData.getBubbleInStackWithKey(appBubbleKey)).isEqualTo(mAppBubble); in test_removeAppBubble_overflows()
1192 assertThat(mBubbleData.getBubbleInStackWithKey(appBubbleKey)).isNull(); in test_removeAppBubble_overflows()