Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java756 pruneGroupAtIndexAndPromoteAnyChildren(shadeList, group, i); in pruneIncompleteGroups()
764 pruneGroupAtIndexAndPromoteAnyChildren(shadeList, group, i); in pruneIncompleteGroups()
788 pruneGroupAtIndexAndPromoteAnyChildren(shadeList, group, i); in pruneIncompleteGroups()
814 private void pruneGroupAtIndexAndPromoteAnyChildren(List<ListEntry> shadeList, in pruneGroupAtIndexAndPromoteAnyChildren() method in ShadeListBuilder