Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java727 verify(pkg1Sectioner).onEntriesUpdated(any()); in testNotifSectionsChildrenUpdated()
791 verify(pkg1Sectioner).isInSection(mEntrySet.get(1)); in testNotifSections()
792 verify(pkg1Sectioner).isInSection(mEntrySet.get(2)); in testNotifSections()
793 verify(pkg1Sectioner).isInSection(mEntrySet.get(3)); in testNotifSections()
794 verify(pkg1Sectioner).isInSection(mEntrySet.get(7)); in testNotifSections()
795 verify(pkg1Sectioner).isInSection(mEntrySet.get(8)); in testNotifSections()
796 verify(pkg1Sectioner).isInSection(mEntrySet.get(9)); in testNotifSections()
797 verify(pkg1Sectioner).isInSection(mBuiltList.get(3)); in testNotifSections()
799 verify(pkg1Sectioner, never()).isInSection(mEntrySet.get(0)); in testNotifSections()
800 verify(pkg1Sectioner, never()).isInSection(mEntrySet.get(4)); in testNotifSections()
[all …]