Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java600 scanWindow = Utils.millsToUnit(scanWindow); in configureRegularScanParams()
601 scanInterval = Utils.millsToUnit(scanInterval); in configureRegularScanParams()
715 Utils.millsToUnit(getBatchScanIntervalMillis(batchScanParams.scanMode)); in resetBatchScan()
717 Utils.millsToUnit(getBatchScanWindowMillis(batchScanParams.scanMode)); in resetBatchScan()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java507 public static int millsToUnit(int milliseconds) { in millsToUnit() method in Utils