Searched refs:getSectionSubLists (Results 1 – 2 of 2) sorted by relevance
22 fun getSectionSubLists(entries: List<ListEntry>): Iterable<List<ListEntry>> = in getSectionSubLists() method
1012 for (List<ListEntry> subList : getSectionSubLists(mNotifList)) { in sortWithSemiStableSort()1024 private Iterable<List<ListEntry>> getSectionSubLists(List<ListEntry> entries) { in getSectionSubLists() method in ShadeListBuilder1025 return ShadeListBuilderHelper.INSTANCE.getSectionSubLists(entries); in getSectionSubLists()