Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java918 final NotificationEntry package0Entry = mEntrySet.get(0); in testThatSectionComparatorsAreCalled() local
919 verify(comparator, never()).compare(eq(package0Entry), any()); in testThatSectionComparatorsAreCalled()
920 verify(comparator, never()).compare(any(), eq(package0Entry)); in testThatSectionComparatorsAreCalled()