Home
last modified time | relevance | path

Searched refs:estimateScanDuration (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DKnownBandsChannelHelperTest.java90 mChannelHelper.estimateScanDuration(testSettings)); in fewChannels()
102 mChannelHelper.estimateScanDuration(testSettings)); in band()
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DChannelHelper.java79 public abstract int estimateScanDuration(WifiScanner.ScanSettings settings); in estimateScanDuration() method in ChannelHelper
DKnownBandsChannelHelper.java163 public int estimateScanDuration(WifiScanner.ScanSettings settings) { in estimateScanDuration() method in KnownBandsChannelHelper
DWifiScanningServiceImpl.java1696 int minSupportedPeriodMs = mChannelHelper.estimateScanDuration(settings); in addBackgroundScanRequest()
2460 int scanDurationMs = mChannelHelper.estimateScanDuration(settings); in getCsph()