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.java583 performActionOnBubblesMatching(getBubbles(), invalidBubblesFromPackage, removeBubble); in removeBubblesWithInvalidShortcuts()
584 performActionOnBubblesMatching( in removeBubblesWithInvalidShortcuts()
596 performActionOnBubblesMatching(getBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName()
597 performActionOnBubblesMatching(getOverflowBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName()
654 private void performActionOnBubblesMatching( in performActionOnBubblesMatching() method in BubbleData