Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java235 return getOverflowBubbleWithKey(key) != null; in hasOverflowBubbleWithKey()
291 bubbleToReturn = getOverflowBubbleWithKey(key); in getOrCreateBubble()
545 Bubble b = getOverflowBubbleWithKey(key); in doRemove()
883 b = getOverflowBubbleWithKey(key); in getAnyBubbleWithkey()
952 public Bubble getOverflowBubbleWithKey(String key) { in getOverflowBubbleWithKey() method in BubbleData
DBubbleController.java869 bubble = mBubbleData.getOverflowBubbleWithKey(key); in expandStackAndSelectBubble()
935 Bubble b = mBubbleData.getOverflowBubbleWithKey(notif.getKey()); in updateBubble()
1212 bubble = mBubbleData.getOverflowBubbleWithKey(entry.getKey()); in handleDismissalInterception()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java839 assertNotNull(mBubbleData.getOverflowBubbleWithKey(mBubbleA1.getKey())); in test_onMaxBubblesChanged_notExpanded()
840 assertNotNull(mBubbleData.getOverflowBubbleWithKey(mBubbleA2.getKey())); in test_onMaxBubblesChanged_notExpanded()
868 assertNotNull(mBubbleData.getOverflowBubbleWithKey(mBubbleA1.getKey())); in test_onMaxBubblesChanged_expanded()
869 assertNotNull(mBubbleData.getOverflowBubbleWithKey(mBubbleA2.getKey())); in test_onMaxBubblesChanged_expanded()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java410 Bubble b = mBubbleData.getOverflowBubbleWithKey(mRow.getKey()); in testPromoteBubble_autoExpand()
1131 assertThat(mBubbleData.getOverflowBubbleWithKey(mBubbleEntry.getKey())).isNotNull(); in testOnUserChanged_overflowState()
1132 assertThat(mBubbleData.getOverflowBubbleWithKey(mBubbleEntry2.getKey())).isNotNull(); in testOnUserChanged_overflowState()
1145 assertThat(mBubbleData.getOverflowBubbleWithKey(mBubbleEntryUser11.getKey())).isNotNull(); in testOnUserChanged_overflowState()
1146 assertThat(mBubbleData.getOverflowBubbleWithKey(mBubbleEntry2User11.getKey())).isNotNull(); in testOnUserChanged_overflowState()