Searched refs:getBubbleInStackWithKey (Results 1 – 5 of 5) sorted by relevance
524 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testRemoveBubble()587 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testDismissStack()588 assertNull(mBubbleData.getBubbleInStackWithKey(mRow2.getKey())); in testDismissStack()650 assertEquals(mRow.getKey(), mBubbleData.getBubbleInStackWithKey( in testCollapseAfterChangingExpandedBubble()745 assertEquals(mRow2.getKey(), mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_collapses()751 mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_collapses()757 assertEquals(mRow.getKey(), mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_collapses()763 mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpanded_collapses()789 mBubbleData.getBubbleInStackWithKey( in testRemoveLastExpandedEmptyOverflow_collapses()1010 mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testNotifyShadeSuppressionChange_notificationDismiss()[all …]
294 return getBubbleInStackWithKey(key) != null; in hasBubbleInStackWithKey()394 Bubble bubbleToReturn = getBubbleInStackWithKey(key); in getOrCreateBubble()431 Bubble prevBubble = getBubbleInStackWithKey(bubble.getKey()); in notificationEntryUpdated()1066 Bubble b = getBubbleInStackWithKey(key); in getAnyBubbleWithkey()1106 public Bubble getBubbleInStackWithKey(String key) { in getBubbleInStackWithKey() method in BubbleData
1152 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key); in expandStackAndSelectBubble()1232 Bubble existingAppBubble = mBubbleData.getBubbleInStackWithKey(appBubbleKey); in showOrHideAppBubble()1867 Bubble bubble = mBubbleData.getBubbleInStackWithKey(entry.getKey()); in handleDismissalInterception()
2953 final Bubble bubble = mBubbleData.getBubbleInStackWithKey(mExpandedBubble.getKey()); in showManageMenu()3408 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key);
970 assertThat(mBubbleData.getBubbleInStackWithKey(mBubbleB3.getKey())).isNotNull(); in test_addOldNotifWithNewerBubbles()1108 assertThat(mBubbleData.getBubbleInStackWithKey(appBubbleKey)).isEqualTo(mAppBubble); in test_removeAppBubble_skipsOverflow()1113 assertThat(mBubbleData.getBubbleInStackWithKey(appBubbleKey)).isNull(); in test_removeAppBubble_skipsOverflow()