Searched refs:getOverflowBubbleWithKey (Results 1 – 5 of 5) sorted by relevance
235 return getOverflowBubbleWithKey(key) != null; in hasOverflowBubbleWithKey()291 bubbleToReturn = getOverflowBubbleWithKey(key); in getOrCreateBubble()546 Bubble b = getOverflowBubbleWithKey(key); in doRemove()877 b = getOverflowBubbleWithKey(key); in getAnyBubbleWithkey()946 public Bubble getOverflowBubbleWithKey(String key) { in getOverflowBubbleWithKey() method in BubbleData
881 bubble = mBubbleData.getOverflowBubbleWithKey(key); in expandStackAndSelectBubble()946 Bubble b = mBubbleData.getOverflowBubbleWithKey(notif.getKey()); in updateBubble()1226 bubble = mBubbleData.getOverflowBubbleWithKey(entry.getKey()); in handleDismissalInterception()
855 assertNotNull(mBubbleData.getOverflowBubbleWithKey(mBubbleA1.getKey())); in test_onMaxBubblesChanged_notExpanded()856 assertNotNull(mBubbleData.getOverflowBubbleWithKey(mBubbleA2.getKey())); in test_onMaxBubblesChanged_notExpanded()884 assertNotNull(mBubbleData.getOverflowBubbleWithKey(mBubbleA1.getKey())); in test_onMaxBubblesChanged_expanded()885 assertNotNull(mBubbleData.getOverflowBubbleWithKey(mBubbleA2.getKey())); in test_onMaxBubblesChanged_expanded()938 assertThat(mBubbleData.getOverflowBubbleWithKey(mEntryA1.getKey())).isNotNull(); in test_addOldNotifWithNewerBubbles()
419 Bubble b = mBubbleData.getOverflowBubbleWithKey(mRow.getKey()); in testPromoteBubble_autoExpand()1130 assertThat(mBubbleData.getOverflowBubbleWithKey(mBubbleEntry.getKey())).isNotNull(); in testOnUserChanged_overflowState()1131 assertThat(mBubbleData.getOverflowBubbleWithKey(mBubbleEntry2.getKey())).isNotNull(); in testOnUserChanged_overflowState()1144 assertThat(mBubbleData.getOverflowBubbleWithKey(mBubbleEntryUser11.getKey())).isNotNull(); in testOnUserChanged_overflowState()1145 assertThat(mBubbleData.getOverflowBubbleWithKey(mBubbleEntry2User11.getKey())).isNotNull(); in testOnUserChanged_overflowState()
977 assertThat(mBubbleData.getOverflowBubbleWithKey(mBubbleEntry.getKey())).isNotNull(); in testOnUserChanged_overflowState()978 assertThat(mBubbleData.getOverflowBubbleWithKey(mBubbleEntry2.getKey())).isNotNull(); in testOnUserChanged_overflowState()991 assertThat(mBubbleData.getOverflowBubbleWithKey(mBubbleEntryUser11.getKey())).isNotNull(); in testOnUserChanged_overflowState()992 assertThat(mBubbleData.getOverflowBubbleWithKey(mBubbleEntry2User11.getKey())).isNotNull(); in testOnUserChanged_overflowState()