Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java889 assertNotNull(mBubbleData.getOverflowBubbleWithKey(mBubbleA1.getKey())); in test_onMaxBubblesChanged_notExpanded()
890 assertNotNull(mBubbleData.getOverflowBubbleWithKey(mBubbleA2.getKey())); in test_onMaxBubblesChanged_notExpanded()
918 assertNotNull(mBubbleData.getOverflowBubbleWithKey(mBubbleA1.getKey())); in test_onMaxBubblesChanged_expanded()
919 assertNotNull(mBubbleData.getOverflowBubbleWithKey(mBubbleA2.getKey())); in test_onMaxBubblesChanged_expanded()
972 assertThat(mBubbleData.getOverflowBubbleWithKey(mEntryA1.getKey())).isNotNull(); in test_addOldNotifWithNewerBubbles()
1112 assertThat(mBubbleData.getOverflowBubbleWithKey(appBubbleKey)).isNull(); in test_removeAppBubble_skipsOverflow()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java298 return getOverflowBubbleWithKey(key) != null; in hasOverflowBubbleWithKey()
397 bubbleToReturn = getOverflowBubbleWithKey(key); in getOrCreateBubble()
668 Bubble b = getOverflowBubbleWithKey(key); in doRemove()
1068 b = getOverflowBubbleWithKey(key); in getAnyBubbleWithkey()
1140 public Bubble getOverflowBubbleWithKey(String key) { in getOverflowBubbleWithKey() method in BubbleData
H A DBubbleController.java1157 bubble = mBubbleData.getOverflowBubbleWithKey(key); in expandStackAndSelectBubble()
1385 Bubble b = mBubbleData.getOverflowBubbleWithKey(notif.getKey()); in updateBubble()
1869 bubble = mBubbleData.getOverflowBubbleWithKey(entry.getKey()); in handleDismissalInterception()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java1134 assertThat(mBubbleData.getOverflowBubbleWithKey(mBubbleEntry.getKey())).isNotNull(); in testOnUserChanged_overflowState()
1135 assertThat(mBubbleData.getOverflowBubbleWithKey(mBubbleEntry2.getKey())).isNotNull(); in testOnUserChanged_overflowState()
1148 assertThat(mBubbleData.getOverflowBubbleWithKey(mBubbleEntryUser11.getKey())).isNotNull(); in testOnUserChanged_overflowState()
1149 assertThat(mBubbleData.getOverflowBubbleWithKey(mBubbleEntry2User11.getKey())).isNotNull(); in testOnUserChanged_overflowState()
1676 Bubble b = mBubbleData.getOverflowBubbleWithKey(mBubbleEntry.getKey()); in testNonInterruptiveUpdate_doesntOverrideOverflowFlagBubble()
1686 b = mBubbleData.getOverflowBubbleWithKey(mBubbleEntry.getKey()); in testNonInterruptiveUpdate_doesntOverrideOverflowFlagBubble()