Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/util/
DNumberUtilsTest.java36 assertEquals(1, NumberUtils.littleEndianByteArrayToInt(new byte[] { in testLittleEndianByteArrayToInt()
38 assertEquals(513, NumberUtils.littleEndianByteArrayToInt(new byte[] { in testLittleEndianByteArrayToInt()
40 assertEquals(197121, NumberUtils.littleEndianByteArrayToInt(new byte[] { in testLittleEndianByteArrayToInt()
/packages/apps/Bluetooth/src/com/android/bluetooth/util/
DNumberUtils.java34 public static int littleEndianByteArrayToInt(byte[] bytes) { in littleEndianByteArrayToInt() method in NumberUtils
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1012 long timestampUnit = NumberUtils.littleEndianByteArrayToInt(data); in parseTimestampNanos()