Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java449 performActionOnBubblesMatching(getBubbles(), invalidBubblesFromPackage, removeBubble); in removeBubblesWithInvalidShortcuts()
450 performActionOnBubblesMatching( in removeBubblesWithInvalidShortcuts()
462 performActionOnBubblesMatching(getBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName()
463 performActionOnBubblesMatching(getOverflowBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName()
512 private void performActionOnBubblesMatching( in performActionOnBubblesMatching() method in BubbleData