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.java1012 long timestampUnit = NumberUtils.littleEndianByteArrayToInt(data); in parseTimestampNanos() local
1014 return TimeUnit.MILLISECONDS.toNanos(timestampUnit * 50); in parseTimestampNanos()