Home
last modified time | relevance | path

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

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