Searched refs:setSectioners (Results 1 – 3 of 3) sorted by relevance
714 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 …]
168 mShadeListBuilder.setSectioners(sections) in setSections()
158 setSectioners(Collections.emptyList()); in ShadeListBuilder()243 void setSectioners(List<NotifSectioner> sectioners) { in setSectioners() method in ShadeListBuilder