Home
last modified time | relevance | path

Searched refs:updateBubble (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java281 mBubbleController.updateBubble(mRow.getEntry()); in testAddBubble()
290 mBubbleController.updateBubble(mRow.getEntry()); in testHasBubbles()
297 mBubbleController.updateBubble(mRow.getEntry()); in testRemoveBubble()
312 mBubbleController.updateBubble(mRow2.getEntry()); in testPromoteBubble_autoExpand()
313 mBubbleController.updateBubble(mRow.getEntry()); in testPromoteBubble_autoExpand()
342 mBubbleController.updateBubble(mRow2.getEntry()); in testCancelOverflowBubble()
343 mBubbleController.updateBubble(mRow.getEntry(), /* suppressFlyout */ in testCancelOverflowBubble()
362 mBubbleController.updateBubble(mRow.getEntry()); in testUserChange_doesNotRemoveNotif()
376 mBubbleController.updateBubble(mRow.getEntry()); in testDismissStack()
379 mBubbleController.updateBubble(mRow2.getEntry()); in testDismissStack()
[all …]
DNewNotifPipelineBubbleControllerTest.java263 mBubbleController.updateBubble(mRow.getEntry()); in testAddBubble()
270 mBubbleController.updateBubble(mRow.getEntry()); in testHasBubbles()
276 mBubbleController.updateBubble(mRow.getEntry()); in testRemoveBubble()
290 mBubbleController.updateBubble(mRow.getEntry()); in testRemoveBubble_withDismissedNotif_inOverflow()
311 mBubbleController.updateBubble(mRow.getEntry()); in testRemoveBubble_withDismissedNotif_notInOverflow()
334 mBubbleController.updateBubble(mRow.getEntry()); in testDismissStack()
337 mBubbleController.updateBubble(mRow2.getEntry()); in testDismissStack()
354 mBubbleController.updateBubble(mRow.getEntry()); in testExpandCollapseStack()
382 mBubbleController.updateBubble(mRow.getEntry()); in testCollapseAfterChangingExpandedBubble()
383 mBubbleController.updateBubble(mRow2.getEntry()); in testCollapseAfterChangingExpandedBubble()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java881 updateBubble(e, true /* suppressFlyout */, false /* showInShade */); in restoreBubbles()
1087 void updateBubble(NotificationEntry notif) { in updateBubble() method in BubbleController
1088 updateBubble(notif, false /* suppressFlyout */, true /* showInShade */); in updateBubble()
1113 void updateBubble(NotificationEntry notif, boolean suppressFlyout, boolean showInShade) { in updateBubble() method in BubbleController
1193 updateBubble(entry); in onEntryAdded()
1205 updateBubble(entry); in onEntryUpdated()
1371 mStackView.updateBubble(update.updatedBubble);
DBubbleStackView.java1563 void updateBubble(Bubble bubble) { in updateBubble() method in BubbleStackView