Home
last modified time | relevance | path

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

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