Home
last modified time | relevance | path

Searched defs:removeBubble (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java446 final Consumer<Bubble> removeBubble = bubble -> in removeBubblesWithInvalidShortcuts() local
449 performActionOnBubblesMatching(getBubbles(), invalidBubblesFromPackage, removeBubble); in removeBubblesWithInvalidShortcuts() local
451 getOverflowBubbles(), invalidBubblesFromPackage, removeBubble); in removeBubblesWithInvalidShortcuts() local
459 final Consumer<Bubble> removeBubble = bubble -> in removeBubblesWithPackageName() local
462 performActionOnBubblesMatching(getBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName() local
463 performActionOnBubblesMatching(getOverflowBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName() local
DBubbleStackView.java1527 void removeBubble(Bubble bubble) { in removeBubble() method in BubbleStackView
DBubbleController.java958 public void removeBubble(String key, int reason) { in removeBubble() method in BubbleController