Searched refs:getOverflowBubbleWithKey (Results 1 – 4 of 4) sorted by relevance
235 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
869 bubble = mBubbleData.getOverflowBubbleWithKey(key); in expandStackAndSelectBubble()935 Bubble b = mBubbleData.getOverflowBubbleWithKey(notif.getKey()); in updateBubble()1212 bubble = mBubbleData.getOverflowBubbleWithKey(entry.getKey()); in handleDismissalInterception()
839 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()
410 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()