Searched refs:pkg2Sectioner (Results 1 – 1 of 1) sorted by relevance
700 final NotifSectioner pkg2Sectioner = spy(new PackageSectioner(PACKAGE_2) { in testNotifSectionsChildrenUpdated() local714 mListBuilder.setSectioners(asList(pkg1Sectioner, pkg2Sectioner, pkg3Sectioner)); in testNotifSectionsChildrenUpdated()725 verify(pkg2Sectioner).onEntriesUpdated(any()); in testNotifSectionsChildrenUpdated()745 final NotifSectioner pkg2Sectioner = spy(new PackageSectioner(PACKAGE_2)); in testNotifSections() local751 asList(pkg1Sectioner, pkg2Sectioner, pkg4Sectioner, pkg5Sectioner)); in testNotifSections()754 final NotifSection pkg2Section = new NotifSection(pkg2Sectioner, 1); in testNotifSections()