Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java749 final NotifSectioner pkg5Sectioner = spy(new PackageSectioner(PACKAGE_5)); in testNotifSections() local
751 asList(pkg1Sectioner, pkg2Sectioner, pkg4Sectioner, pkg5Sectioner)); in testNotifSections()
755 final NotifSection pkg5Section = new NotifSection(pkg5Sectioner, 3); in testNotifSections()
804 verify(pkg5Sectioner, never()).isInSection(mEntrySet.get(0)); in testNotifSections()
805 verify(pkg5Sectioner, never()).isInSection(mEntrySet.get(1)); in testNotifSections()
806 verify(pkg5Sectioner, never()).isInSection(mEntrySet.get(2)); in testNotifSections()
807 verify(pkg5Sectioner, never()).isInSection(mEntrySet.get(4)); in testNotifSections()
808 verify(pkg5Sectioner, never()).isInSection(mEntrySet.get(5)); in testNotifSections()
809 verify(pkg5Sectioner, never()).isInSection(mEntrySet.get(6)); in testNotifSections()
810 verify(pkg5Sectioner, never()).isInSection(mEntrySet.get(7)); in testNotifSections()
[all …]