HomeSort by relevance Sort by last modified time
    Searched refs:millsToUnit (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 357 public static int millsToUnit(int milliseconds) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanManager.java 596 scanWindow = Utils.millsToUnit(scanWindow);
597 scanInterval = Utils.millsToUnit(scanInterval);
711 Utils.millsToUnit(getBatchScanIntervalMillis(batchScanParams.scanMode));
713 Utils.millsToUnit(getBatchScanWindowMillis(batchScanParams.scanMode));
    [all...]

Completed in 954 milliseconds