Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java734 ArraySet<String> groupsExemptFromSummaryPromotion = in pruneIncompleteGroups() local
738 addGroupsWithChildrenLostToFiltering(groupsExemptFromSummaryPromotion); in pruneIncompleteGroups()
739 addGroupsWithChildrenLostToPromotion(shadeList, groupsExemptFromSummaryPromotion); in pruneIncompleteGroups()
752 if (groupsExemptFromSummaryPromotion.contains(group.getKey())) { in pruneIncompleteGroups()