Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java731 Set<String> groupsWithChildrenLostToStability = in pruneIncompleteGroups() local
735 new ArraySet<>(groupsWithChildrenLostToStability); in pruneIncompleteGroups()
770 if (groupsWithChildrenLostToStability.contains(group.getKey())) { in pruneIncompleteGroups()
874 ArraySet<String> groupsWithChildrenLostToStability = new ArraySet<>(); in getGroupsWithChildrenLostToStability() local
882 groupsWithChildrenLostToStability.add(suppressedParent.getKey()); in getGroupsWithChildrenLostToStability()
885 return groupsWithChildrenLostToStability; in getGroupsWithChildrenLostToStability()