Searched refs:bytesToLong (Results 1 – 2 of 2) sorted by relevance
208 assertThat(CarServiceUtils.bytesToLong(bytes)).isEqualTo(expected); in testBytesToLong()
127 public static long bytesToLong(byte[] array) { in bytesToLong() method in CarServiceUtils