Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DKnownBandsChannelHelperTest.java84 mChannelHelper.estimateScanDuration(testSettings)); in fewChannels()
96 mChannelHelper.estimateScanDuration(testSettings)); in band()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DChannelHelper.java61 public abstract int estimateScanDuration(WifiScanner.ScanSettings settings); in estimateScanDuration() method in ChannelHelper
DKnownBandsChannelHelper.java85 public int estimateScanDuration(WifiScanner.ScanSettings settings) { in estimateScanDuration() method in KnownBandsChannelHelper
DWifiScanningServiceImpl.java1322 int minSupportedPeriodMs = mChannelHelper.estimateScanDuration(settings); in addBackgroundScanRequest()
1949 int scanDurationMs = mChannelHelper.estimateScanDuration(settings); in getCsph()