Home
last modified time | relevance | path

Searched refs:withMaxApPerScan (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DBaseWifiScannerImplTest.java115 .withMaxApPerScan(10) in singleScanSuccess()
131 .withMaxApPerScan(10) in singleScanSuccessWithChannels()
147 .withMaxApPerScan(10) in singleScanSuccessWithChannelsAndHighAccuracyType()
161 .withMaxApPerScan(10) in singleScanSuccessWithFullResults()
183 .withMaxApPerScan(10) in singleScanSuccessWithHiddenNetworkIds()
212 .withMaxApPerScan(10) in singleScanSuccessWithTruncatedHiddenNetworkIds()
231 .withMaxApPerScan(10) in overlappingSingleScanFails()
239 .withMaxApPerScan(10) in overlappingSingleScanFails()
258 .withMaxApPerScan(10) in singleScanFailOnExecute()
287 .withMaxApPerScan(10) in singleScanFailOnTimeout()
[all …]
DWificondScannerTest.java93 .withMaxApPerScan(10) in singleScanNotIssuedIfNoAvailableChannels()
116 .withMaxApPerScan(10) in cleanupReportsFailureIfScanInProgress()
150 .withMaxApPerScan(10) in externalScanResultsAfterOurScanDoNotCauseSpuriousTimerCancellationOrCrash()
175 .withMaxApPerScan(10) in lateScanResultsDoNotCauseSpuriousTimerCancellationOrCrash()
239 .withMaxApPerScan(2) in testDumpWithCorrectFormatWithScanResult()
DWificondPnoScannerTest.java186 .withMaxApPerScan(10) in createDummyScanSettings()
DBackgroundScanSchedulerTest.java679 .withMaxApPerScan(settings.numBssidsPerScan == 0 in scheduleAndTestExactRequest()
DWifiScanningServiceTest.java2394 .withMaxApPerScan(MAX_AP_PER_SCAN) in sendBackgroundScanBandRequest()
2412 .withMaxApPerScan(MAX_AP_PER_SCAN) in sendBackgroundScanChannelsRequest()
2426 .withMaxApPerScan(MAX_AP_PER_SCAN) in createScanSettingsForHwPno()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java123 public NativeScanSettingsBuilder withMaxApPerScan(int maxAp) { in withMaxApPerScan() method in ScanTestUtil.NativeScanSettingsBuilder
218 .withMaxApPerScan(0) in computeSingleScanNativeSettingsWithChannelHelper()
244 .withMaxApPerScan(0) in computeSingleScanNativeSettings()
281 .withMaxApPerScan(0) in createSingleScanNativeSettingsForChannels()