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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
NoBandChannelHelper.java 59 public int estimateScanDuration(WifiScanner.ScanSettings settings) {
ChannelHelper.java 61 public abstract int estimateScanDuration(WifiScanner.ScanSettings settings);
KnownBandsChannelHelper.java 85 public int estimateScanDuration(WifiScanner.ScanSettings settings) {
WifiScanningServiceImpl.java     [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
NoBandChannelHelperTest.java 53 * {@link com.android.server.wifi.scanner.NoBandChannelHelper.estimateScanDuration}.
77 mChannelHelper.estimateScanDuration(testSettings));
89 mChannelHelper.estimateScanDuration(testSettings)
KnownBandsChannelHelperTest.java 56 * {@link com.android.server.wifi.scanner.KnownBandsChannelHelper.estimateScanDuration}.
83 mChannelHelper.estimateScanDuration(testSettings));
95 mChannelHelper.estimateScanDuration(testSettings));

Completed in 53 milliseconds