Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java968 assertNotNull(mBubbleData.getOverflowBubbleWithKey(mBubbleA1.getKey())); in test_onMaxBubblesChanged_notExpanded()
969 assertNotNull(mBubbleData.getOverflowBubbleWithKey(mBubbleA2.getKey())); in test_onMaxBubblesChanged_notExpanded()
997 assertNotNull(mBubbleData.getOverflowBubbleWithKey(mBubbleA1.getKey())); in test_onMaxBubblesChanged_expanded()
998 assertNotNull(mBubbleData.getOverflowBubbleWithKey(mBubbleA2.getKey())); in test_onMaxBubblesChanged_expanded()
1051 assertThat(mBubbleData.getOverflowBubbleWithKey(mEntryA1.getKey())).isNotNull(); in test_addOldNotifWithNewerBubbles()
1191 assertThat(mBubbleData.getOverflowBubbleWithKey(appBubbleKey)).isEqualTo(mAppBubble); in test_removeAppBubble_overflows()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java312 return getOverflowBubbleWithKey(key) != null; in hasOverflowBubbleWithKey()
420 bubbleToReturn = getOverflowBubbleWithKey(key); in getOrCreateBubble()
687 Bubble b = getOverflowBubbleWithKey(key); in doRemove()
1074 b = getOverflowBubbleWithKey(key); in getAnyBubbleWithkey()
1145 public Bubble getOverflowBubbleWithKey(String key) { in getOverflowBubbleWithKey() method in BubbleData
DBubbleController.java1350 bubble = mBubbleData.getOverflowBubbleWithKey(key); in expandStackAndSelectBubble()
1449 Bubble b = mBubbleData.getOverflowBubbleWithKey(appBubbleKey); in showOrHideAppBubble()
1618 Bubble b = mBubbleData.getOverflowBubbleWithKey(notif.getKey()); in updateBubble()
2131 bubble = mBubbleData.getOverflowBubbleWithKey(entry.getKey()); in handleDismissalInterception()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1250 assertThat(mBubbleData.getOverflowBubbleWithKey(mBubbleEntry.getKey())).isNotNull(); in testOnUserChanged_overflowState()
1251 assertThat(mBubbleData.getOverflowBubbleWithKey(mBubbleEntry2.getKey())).isNotNull(); in testOnUserChanged_overflowState()
1264 assertThat(mBubbleData.getOverflowBubbleWithKey(mBubbleEntryUser11.getKey())).isNotNull(); in testOnUserChanged_overflowState()
1265 assertThat(mBubbleData.getOverflowBubbleWithKey(mBubbleEntry2User11.getKey())).isNotNull(); in testOnUserChanged_overflowState()
1822 Bubble b = mBubbleData.getOverflowBubbleWithKey(mBubbleEntry.getKey()); in testNonInterruptiveUpdate_doesntOverrideOverflowFlagBubble()
1832 b = mBubbleData.getOverflowBubbleWithKey(mBubbleEntry.getKey()); in testNonInterruptiveUpdate_doesntOverrideOverflowFlagBubble()
2009 assertThat(mBubbleData.getOverflowBubbleWithKey(appBubbleKey)).isNotNull(); in testShowOrHideAppBubble_addsFromOverflow()
2016 assertThat(mBubbleData.getOverflowBubbleWithKey(appBubbleKey)).isNull(); in testShowOrHideAppBubble_addsFromOverflow()