Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java754 final NotifSection pkg2Section = new NotifSection(pkg2Sectioner, 1); in testNotifSections() local
822 assertEquals(pkg2Section, mEntrySet.get(1).getSection()); in testNotifSections()
823 assertEquals(pkg2Section, mEntrySet.get(8).getSection()); in testNotifSections()
824 assertEquals(pkg2Section, mBuiltList.get(3).getSection()); in testNotifSections()
841 final NotifSectioner pkg2Section = spy(new PackageSectioner(PACKAGE_2)); in testNotifUsesDefaultSection() local
842 mListBuilder.setSectioners(singletonList(pkg2Section)); in testNotifUsesDefaultSection()