Home
last modified time | relevance | path

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

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