Searched refs:MICROS_PER_UNIT (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java47 private static final int MICROS_PER_UNIT = 625; field in class:Utils
273 return (int) (TimeUnit.MILLISECONDS.toMicros(milliseconds) / MICROS_PER_UNIT);

Completed in 25 milliseconds