Searched refs:getBubbleInStackWithKey (Results 1 – 6 of 6) sorted by relevance
364 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testRemoveBubble()428 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testDismissStack()429 assertNull(mBubbleData.getBubbleInStackWithKey(mRow2.getKey())); in testDismissStack()492 assertEquals(mRow.getKey(), mBubbleData.getBubbleInStackWithKey( in testCollapseAfterChangingExpandedBubble()587 assertEquals(mRow2.getKey(), mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_selectsOverflow()593 mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_selectsOverflow()599 assertEquals(mRow.getKey(), mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_selectsOverflow()605 mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_selectsOverflow()632 mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpandedEmptyOverflow_collapses()853 mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testNotifyShadeSuppressionChange_notificationDismiss()[all …]
402 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testRemoveBubble()425 Bubble b2 = mBubbleData.getBubbleInStackWithKey(mRow2.getKey()); in testPromoteBubble_autoExpand()484 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testDismissStack()485 assertNull(mBubbleData.getBubbleInStackWithKey(mRow2.getKey())); in testDismissStack()549 assertEquals(mRow.getKey(), mBubbleData.getBubbleInStackWithKey( in testCollapseAfterChangingExpandedBubble()649 mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_selectsOverflow()655 assertEquals(mRow.getKey(), mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_selectsOverflow()661 mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_selectsOverflow()688 mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpandedEmptyOverflow_collapses()988 mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testNotifyShadeSuppressionChange_notificationDismiss()[all …]
231 return getBubbleInStackWithKey(key) != null; in hasBubbleInStackWithKey()288 Bubble bubbleToReturn = getBubbleInStackWithKey(key); in getOrCreateBubble()325 Bubble prevBubble = getBubbleInStackWithKey(bubble.getKey()); in notificationEntryUpdated()875 Bubble b = getBubbleInStackWithKey(key); in getAnyBubbleWithkey()912 public Bubble getBubbleInStackWithKey(String key) { in getBubbleInStackWithKey() method in BubbleData
876 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key); in expandStackAndSelectBubble()1224 Bubble bubble = mBubbleData.getBubbleInStackWithKey(entry.getKey()); in handleDismissalInterception()
2618 final Bubble bubble = mBubbleData.getBubbleInStackWithKey(mExpandedBubble.getKey()); in showManageMenu()2999 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key);
936 assertThat(mBubbleData.getBubbleInStackWithKey(mBubbleB3.getKey())).isNotNull(); in test_addOldNotifWithNewerBubbles()