Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java700 final NotifSectioner pkg2Sectioner = spy(new PackageSectioner(PACKAGE_2) { in testNotifSectionsChildrenUpdated() local
714 mListBuilder.setSectioners(asList(pkg1Sectioner, pkg2Sectioner, pkg3Sectioner)); in testNotifSectionsChildrenUpdated()
725 verify(pkg2Sectioner).onEntriesUpdated(any()); in testNotifSectionsChildrenUpdated()
745 final NotifSectioner pkg2Sectioner = spy(new PackageSectioner(PACKAGE_2)); in testNotifSections() local
751 asList(pkg1Sectioner, pkg2Sectioner, pkg4Sectioner, pkg5Sectioner)); in testNotifSections()
754 final NotifSection pkg2Section = new NotifSection(pkg2Sectioner, 1); in testNotifSections()