Searched defs:removeBubble (Results 1 – 3 of 3) sorted by relevance
446 final Consumer<Bubble> removeBubble = bubble -> in removeBubblesWithInvalidShortcuts() local449 performActionOnBubblesMatching(getBubbles(), invalidBubblesFromPackage, removeBubble); in removeBubblesWithInvalidShortcuts() local451 getOverflowBubbles(), invalidBubblesFromPackage, removeBubble); in removeBubblesWithInvalidShortcuts() local459 final Consumer<Bubble> removeBubble = bubble -> in removeBubblesWithPackageName() local462 performActionOnBubblesMatching(getBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName() local463 performActionOnBubblesMatching(getOverflowBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName() local
1527 void removeBubble(Bubble bubble) { in removeBubble() method in BubbleStackView
958 public void removeBubble(String key, int reason) { in removeBubble() method in BubbleController