Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java807 verify(pkg5Sectioner, never()).isInSection(mEntrySet.get(0)); in testNotifSections()
808 verify(pkg5Sectioner, never()).isInSection(mEntrySet.get(1)); in testNotifSections()
809 verify(pkg5Sectioner, never()).isInSection(mEntrySet.get(2)); in testNotifSections()
810 verify(pkg5Sectioner, never()).isInSection(mEntrySet.get(4)); in testNotifSections()
811 verify(pkg5Sectioner, never()).isInSection(mEntrySet.get(5)); in testNotifSections()
812 verify(pkg5Sectioner, never()).isInSection(mEntrySet.get(6)); in testNotifSections()
813 verify(pkg5Sectioner, never()).isInSection(mEntrySet.get(7)); in testNotifSections()
814 verify(pkg5Sectioner, never()).isInSection(mEntrySet.get(8)); in testNotifSections()
815 verify(pkg5Sectioner, never()).isInSection(mEntrySet.get(10)); in testNotifSections()
817 verify(pkg5Sectioner).isInSection(mEntrySet.get(3)); in testNotifSections()
[all …]