Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java921 final NotificationEntry package0Entry = mEntrySet.get(0); in testThatSectionComparatorsAreCalled() local
922 verify(comparator, never()).compare(eq(package0Entry), any()); in testThatSectionComparatorsAreCalled()
923 verify(comparator, never()).compare(any(), eq(package0Entry)); in testThatSectionComparatorsAreCalled()