Searched refs:pkg2Section (Results 1 – 1 of 1) sorted by relevance
754 final NotifSection pkg2Section = new NotifSection(pkg2Sectioner, 1); in testNotifSections() local822 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() local842 mListBuilder.setSectioners(singletonList(pkg2Section)); in testNotifUsesDefaultSection()