Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java450 performActionOnBubblesMatching(getBubbles(), invalidBubblesFromPackage, removeBubble); in removeBubblesWithInvalidShortcuts()
451 performActionOnBubblesMatching( in removeBubblesWithInvalidShortcuts()
463 performActionOnBubblesMatching(getBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName()
464 performActionOnBubblesMatching(getOverflowBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName()
513 private void performActionOnBubblesMatching( in performActionOnBubblesMatching() method in BubbleData