Home
last modified time | relevance | path

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

/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.java1664 long timestampUnit = NumberUtils.littleEndianByteArrayToInt(data); in parseTimestampNanos()