Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java1492 final List<Bubble> bubbleChildren = getBubblesInGroup(groupKey); in onEntryRemoved()
1565 private ArrayList<Bubble> getBubblesInGroup(@Nullable String groupKey) { in getBubblesInGroup() method in BubbleController
1884 ArrayList<Bubble> bubbleChildren = getBubblesInGroup(groupKey); in isSummaryOfBubbles()