Searched refs:longToBytes (Results 1 – 2 of 2) sorted by relevance
199 assertThat(CarServiceUtils.longToBytes(longValue)).asList().containsExactlyElementsIn( in testLongToBytes()
116 public static byte[] longToBytes(long primitive) { in longToBytes() method in CarServiceUtils