Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java757 final NotifSection pkg2Section = new NotifSection(pkg2Sectioner, 1); in testNotifSections() local
825 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() local
845 mListBuilder.setSectioners(singletonList(pkg2Section)); in testNotifUsesDefaultSection()