Home
last modified time | relevance | path

Searched defs:bubbleChildren (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java1215 final List<Bubble> bubbleChildren = mBubbleData.getBubblesInGroup( in onEntryRemoved() local
1463 ArrayList<Bubble> bubbleChildren = mBubbleData.getBubblesInGroup( in isSummaryOfBubbles() local
DBubbleData.java350 ArrayList<Bubble> bubbleChildren = new ArrayList<>(); in getBubblesInGroup() local