Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java556 performActionOnBubblesMatching(getBubbles(), invalidBubblesFromPackage, removeBubble); in removeBubblesWithInvalidShortcuts()
557 performActionOnBubblesMatching( in removeBubblesWithInvalidShortcuts()
569 performActionOnBubblesMatching(getBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName()
570 performActionOnBubblesMatching(getOverflowBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName()
631 private void performActionOnBubblesMatching( in performActionOnBubblesMatching() method in BubbleData