Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java693 final NotifSectioner pkg1Sectioner = spy(new PackageSectioner(PACKAGE_1) { in testNotifSectionsChildrenUpdated() local
714 mListBuilder.setSectioners(asList(pkg1Sectioner, pkg2Sectioner, pkg3Sectioner)); in testNotifSectionsChildrenUpdated()
724 verify(pkg1Sectioner).onEntriesUpdated(any()); in testNotifSectionsChildrenUpdated()
744 final NotifSectioner pkg1Sectioner = spy(new PackageSectioner(PACKAGE_1)); in testNotifSections() local
751 asList(pkg1Sectioner, pkg2Sectioner, pkg4Sectioner, pkg5Sectioner)); in testNotifSections()
753 final NotifSection pkg1Section = new NotifSection(pkg1Sectioner, 0); in testNotifSections()
788 verify(pkg1Sectioner).isInSection(mEntrySet.get(1)); in testNotifSections()
789 verify(pkg1Sectioner).isInSection(mEntrySet.get(2)); in testNotifSections()
790 verify(pkg1Sectioner).isInSection(mEntrySet.get(3)); in testNotifSections()
791 verify(pkg1Sectioner).isInSection(mEntrySet.get(7)); in testNotifSections()
[all …]