Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java714 mListBuilder.setSectioners(asList(pkg1Sectioner, pkg2Sectioner, pkg3Sectioner)); in testNotifSectionsChildrenUpdated()
750 mListBuilder.setSectioners( in testNotifSections()
842 mListBuilder.setSectioners(singletonList(pkg2Section)); in testNotifUsesDefaultSection()
893 mListBuilder.setSectioners(List.of(sectioner)); in testThatSectionComparatorsAreCalled()
931 mListBuilder.setSectioners(List.of(sectioner)); in testThatSectionComparatorsAreNotCalledForSectionWithSingleEntry()
967 mListBuilder.setSectioners(singletonList(section)); in testListenersAndPluggablesAreFiredInOrder()
1024 mListBuilder.setSectioners(singletonList(section)); in testThatPluggableInvalidationsTriggersRerun()
1539 mListBuilder.setSectioners(List.of( in testContiguousSections()
1549 mListBuilder.setSectioners(List.of( in testNonContiguousSections()
1559 mListBuilder.setSectioners(List.of( in testBucketZeroNotAllowed()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifPipeline.kt168 mShadeListBuilder.setSectioners(sections) in setSections()
DShadeListBuilder.java158 setSectioners(Collections.emptyList()); in ShadeListBuilder()
243 void setSectioners(List<NotifSectioner> sectioners) { in setSectioners() method in ShadeListBuilder