Searched refs:getOverflowBubbleWithKey (Results 1 – 4 of 4) sorted by relevance
889 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()
298 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
1157 bubble = mBubbleData.getOverflowBubbleWithKey(key); in expandStackAndSelectBubble()1385 Bubble b = mBubbleData.getOverflowBubbleWithKey(notif.getKey()); in updateBubble()1869 bubble = mBubbleData.getOverflowBubbleWithKey(entry.getKey()); in handleDismissalInterception()
1134 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()