Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java710 final NotifSectioner pkg3Sectioner = spy(new PackageSectioner(PACKAGE_3) { in testNotifSectionsChildrenUpdated() local
717 mListBuilder.setSectioners(asList(pkg1Sectioner, pkg2Sectioner, pkg3Sectioner)); in testNotifSectionsChildrenUpdated()
729 verify(pkg3Sectioner).onEntriesUpdated(any()); in testNotifSectionsChildrenUpdated()