Searched defs:removeBubble (Results 1 – 3 of 3) sorted by relevance
553 final Consumer<Bubble> removeBubble = bubble -> in removeBubblesWithInvalidShortcuts() local556 performActionOnBubblesMatching(getBubbles(), invalidBubblesFromPackage, removeBubble); in removeBubblesWithInvalidShortcuts() local558 getOverflowBubbles(), invalidBubblesFromPackage, removeBubble); in removeBubblesWithInvalidShortcuts() local566 final Consumer<Bubble> removeBubble = bubble -> in removeBubblesWithPackageName() local569 performActionOnBubblesMatching(getBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName() local570 performActionOnBubblesMatching(getOverflowBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName() local
152 void removeBubble(Bubble removedBubble); in removeBubble() method1448 public void removeBubble(String key, int reason) { in removeBubble() method in BubbleController2126 public void removeBubble(String key) { in removeBubble() method in BubbleController.IBubblesImpl
1810 void removeBubble(Bubble bubble) { in removeBubble() method in BubbleStackView