Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java392 performActionOnBubblesMatching(getBubbles(), invalidBubblesFromPackage, removeBubble); in removeBubblesWithInvalidShortcuts()
393 performActionOnBubblesMatching( in removeBubblesWithInvalidShortcuts()
405 performActionOnBubblesMatching(getBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName()
406 performActionOnBubblesMatching(getOverflowBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName()
449 private void performActionOnBubblesMatching( in performActionOnBubblesMatching() method in BubbleData