Home
last modified time | relevance | path

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

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java2554 || (v1 instanceof Long[] && longArrayEquals((Long[]) v1, (Long[]) v2)) in valueEquals()
2567 private static boolean longArrayEquals(Long[] l1, Long[] l2) { in longArrayEquals() method in VehiclePropertyVerifier