Home
last modified time | relevance | path

Searched defs:intCmp (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/listbuilder/
H A DSemiStableSortTest.kt192 val intCmp = Comparator<Int> { x, y -> Integer.compare(x, y) } regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java2301 Comparator<Integer> intCmp = Integer::compare; in testIsSorted() local
2302 assertTrue(ShadeListBuilder.isSorted(Collections.emptyList(), intCmp)); in testIsSorted() local