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.java463 scanWindow = Utils.millsToUnit(scanWindow); in configureRegularScanParams()
464 scanInterval = Utils.millsToUnit(scanInterval); in configureRegularScanParams()
570 Utils.millsToUnit(getBatchScanIntervalMillis(batchScanParams.scanMode)); in resetBatchScan()
572 Utils.millsToUnit(getBatchScanWindowMillis(batchScanParams.scanMode)); in resetBatchScan()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java370 public static int millsToUnit(int milliseconds) { in millsToUnit() method in Utils