Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1664 long timestampUnit = NumberUtils.littleEndianByteArrayToInt(data); in parseTimestampNanos() local
1666 return TimeUnit.MILLISECONDS.toNanos(timestampUnit * 50); in parseTimestampNanos()