Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
H A DShadeListBuilderHelper.kt22 fun getSectionSubLists(entries: List<ListEntry>): Iterable<List<ListEntry>> = regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java1012 for (List<ListEntry> subList : getSectionSubLists(mNotifList)) { in sortWithSemiStableSort()
1024 private Iterable<List<ListEntry>> getSectionSubLists(List<ListEntry> entries) { in getSectionSubLists() method in ShadeListBuilder
1025 return ShadeListBuilderHelper.INSTANCE.getSectionSubLists(entries); in getSectionSubLists()