Home
last modified time | relevance | path

Searched refs:getBubbleInStackWithKey (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DNewNotifPipelineBubbleControllerTest.java277 assertNotNull(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey())); in testRemoveBubble()
283 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey())); in testRemoveBubble()
296 mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).setSuppressNotification(true); in testRemoveBubble_withDismissedNotif_inOverflow()
319 mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).setSuppressNotification(true); in testRemoveBubble_withDismissedNotif_notInOverflow()
336 assertNotNull(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey())); in testDismissStack()
339 assertNotNull(mBubbleData.getBubbleInStackWithKey(mRow2.getEntry().getKey())); in testDismissStack()
344 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey())); in testDismissStack()
345 assertNull(mBubbleData.getBubbleInStackWithKey(mRow2.getEntry().getKey())); in testDismissStack()
404 … mBubbleData.setSelectedBubble(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey())); in testCollapseAfterChangingExpandedBubble()
406 assertEquals(mRow.getEntry().getKey(), mBubbleData.getBubbleInStackWithKey( in testCollapseAfterChangingExpandedBubble()
[all …]
DBubbleControllerTest.java298 assertNotNull(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey())); in testRemoveBubble()
304 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey())); in testRemoveBubble()
327 Bubble b2 = mBubbleData.getBubbleInStackWithKey(mRow2.getEntry().getKey()); in testPromoteBubble_autoExpand()
378 assertNotNull(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey())); in testDismissStack()
381 assertNotNull(mBubbleData.getBubbleInStackWithKey(mRow2.getEntry().getKey())); in testDismissStack()
386 assertNull(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey())); in testDismissStack()
387 assertNull(mBubbleData.getBubbleInStackWithKey(mRow2.getEntry().getKey())); in testDismissStack()
456 mBubbleData.setSelectedBubble(mBubbleData.getBubbleInStackWithKey( in testCollapseAfterChangingExpandedBubble()
459 assertEquals(mRow.getEntry().getKey(), mBubbleData.getBubbleInStackWithKey( in testCollapseAfterChangingExpandedBubble()
490 assertTrue(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showDot()); in testExpansionRemovesShowInShadeAndDot()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java189 return getBubbleInStackWithKey(key) != null; in hasBubbleInStackWithKey()
233 Bubble bubbleToReturn = getBubbleInStackWithKey(key); in getOrCreateBubble()
269 Bubble prevBubble = getBubbleInStackWithKey(bubble.getKey()); in notificationEntryUpdated()
731 Bubble b = getBubbleInStackWithKey(key); in getAnyBubbleWithkey()
740 Bubble getBubbleInStackWithKey(String key) { in getBubbleInStackWithKey() method in BubbleData
DBubbleController.java1030 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key); in expandStackAndSelectBubble()
1440 Bubble bubble = mBubbleData.getBubbleInStackWithKey(entry.getKey()); in handleDismissalInterception()
DBubbleStackView.java2605 final Bubble bubble = mBubbleData.getBubbleInStackWithKey(mExpandedBubble.getKey()); in showManageMenu()
2935 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key); in getBubblesOnScreen()