Searched refs:updateBubble (Results 1 – 4 of 4) sorted by relevance
380 mBubbleController.updateBubble(mBubbleEntry); in testAddBubble()388 mBubbleController.updateBubble(mBubbleEntry); in testHasBubbles()395 mBubbleController.updateBubble(mBubbleEntry); in testRemoveBubble()411 mBubbleController.updateBubble(mBubbleEntry); in testPromoteBubble_autoExpand()460 mBubbleController.updateBubble(mBubbleEntry); in testUserChange_doesNotRemoveNotif()474 mBubbleController.updateBubble(mBubbleEntry); in testDismissStack()496 mBubbleController.updateBubble(mBubbleEntry); in testExpandCollapseStack()525 mBubbleController.updateBubble(mBubbleEntry); in testCollapseAfterChangingExpandedBubble()944 mBubbleController.updateBubble( in testOverflowBubble_maxReached_notInShade_bubbleRemoved()946 mBubbleController.updateBubble( in testOverflowBubble_maxReached_notInShade_bubbleRemoved()[all …]
342 mBubbleController.updateBubble(mBubbleEntry); in testAddBubble()350 mBubbleController.updateBubble(mBubbleEntry); in testHasBubbles()357 mBubbleController.updateBubble(mBubbleEntry); in testRemoveBubble()373 mBubbleController.updateBubble(mBubbleEntry); in testRemoveBubble_withDismissedNotif_inOverflow()394 mBubbleController.updateBubble(mBubbleEntry); in testRemoveBubble_withDismissedNotif_notInOverflow()418 mBubbleController.updateBubble(mBubbleEntry); in testDismissStack()440 mBubbleController.updateBubble(mBubbleEntry); in testExpandCollapseStack()468 mBubbleController.updateBubble(mBubbleEntry); in testCollapseAfterChangingExpandedBubble()514 mBubbleController.updateBubble(mBubbleEntry); in testExpansionRemovesShowInShadeAndDot()539 mBubbleController.updateBubble(mBubbleEntry); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()[all …]
727 updateBubble(e, true /* suppressFlyout */, false /* showInShade */); in restoreBubbles()904 public void updateBubble(BubbleEntry notif) { in updateBubble() method in BubbleController905 updateBubble(notif, false /* suppressFlyout */, true /* showInShade */); in updateBubble()938 public void updateBubble(BubbleEntry notif, boolean suppressFlyout, boolean showInShade) { in updateBubble() method in BubbleController977 updateBubble(entry); in onEntryAdded()988 updateBubble(entry); in onEntryUpdated()1178 mStackView.updateBubble(update.updatedBubble);
1603 void updateBubble(Bubble bubble) { in updateBubble() method in BubbleStackView