Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
DShadeListBuilderHelper.kt22 fun getSectionSubLists(entries: List<ListEntry>): Iterable<List<ListEntry>> = in getSectionSubLists() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
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()