Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DUtilsTest.java89 assertThat(Utils.bytesToLong(bytes)).isEqualTo(expected); in testBytesToLong()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DUtils.java195 public static long bytesToLong(byte[] array) { in bytesToLong() method in Utils