Searched refs:getBubbleInStackWithKey (Results 1 – 5 of 5) sorted by relevance
325 assertNotNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testRemoveBubble()331 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testRemoveBubble()344 mBubbleData.getBubbleInStackWithKey(mRow.getKey()).setSuppressNotification(true); in testRemoveBubble_withDismissedNotif_inOverflow()367 mBubbleData.getBubbleInStackWithKey(mRow.getKey()).setSuppressNotification(true); in testRemoveBubble_withDismissedNotif_notInOverflow()385 assertNotNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testDismissStack()388 assertNotNull(mBubbleData.getBubbleInStackWithKey(mRow2.getKey())); in testDismissStack()393 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testDismissStack()394 assertNull(mBubbleData.getBubbleInStackWithKey(mRow2.getKey())); in testDismissStack()449 mBubbleData.setSelectedBubble(mBubbleData.getBubbleInStackWithKey( in testCollapseAfterChangingExpandedBubble()452 assertEquals(mRow.getKey(), mBubbleData.getBubbleInStackWithKey( in testCollapseAfterChangingExpandedBubble()[all …]
387 assertNotNull(mBubbleData.getBubbleInStackWithKey(mBubbleEntry.getKey())); in testRemoveBubble()393 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testRemoveBubble()416 Bubble b2 = mBubbleData.getBubbleInStackWithKey(mRow2.getKey()); in testPromoteBubble_autoExpand()467 assertNotNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testDismissStack()470 assertNotNull(mBubbleData.getBubbleInStackWithKey(mRow2.getKey())); in testDismissStack()475 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getKey())); in testDismissStack()476 assertNull(mBubbleData.getBubbleInStackWithKey(mRow2.getKey())); in testDismissStack()540 mBubbleData.setSelectedBubble(mBubbleData.getBubbleInStackWithKey( in testCollapseAfterChangingExpandedBubble()543 assertEquals(mRow.getKey(), mBubbleData.getBubbleInStackWithKey( in testCollapseAfterChangingExpandedBubble()572 assertTrue(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showDot()); in testExpansionRemovesShowInShadeAndDot()[all …]
231 return getBubbleInStackWithKey(key) != null; in hasBubbleInStackWithKey()288 Bubble bubbleToReturn = getBubbleInStackWithKey(key); in getOrCreateBubble()325 Bubble prevBubble = getBubbleInStackWithKey(bubble.getKey()); in notificationEntryUpdated()881 Bubble b = getBubbleInStackWithKey(key); in getAnyBubbleWithkey()918 public Bubble getBubbleInStackWithKey(String key) { in getBubbleInStackWithKey() method in BubbleData
864 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key); in expandStackAndSelectBubble()1210 Bubble bubble = mBubbleData.getBubbleInStackWithKey(entry.getKey()); in handleDismissalInterception()
2512 final Bubble bubble = mBubbleData.getBubbleInStackWithKey(mExpandedBubble.getKey()); in showManageMenu()2877 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key);