Searched refs:pkg2Section (Results 1 – 1 of 1) sorted by relevance
757 final NotifSection pkg2Section = new NotifSection(pkg2Sectioner, 1); in testNotifSections() local825 assertEquals(pkg2Section, mEntrySet.get(1).getSection()); in testNotifSections()826 assertEquals(pkg2Section, mEntrySet.get(8).getSection()); in testNotifSections()827 assertEquals(pkg2Section, mBuiltList.get(3).getSection()); in testNotifSections()844 final NotifSectioner pkg2Section = spy(new PackageSectioner(PACKAGE_2)); in testNotifUsesDefaultSection() local845 mListBuilder.setSectioners(singletonList(pkg2Section)); in testNotifUsesDefaultSection()