Home
last modified time | relevance | path

Searched refs:withEnable6GhzRnr (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java135 public NativeScanSettingsBuilder withEnable6GhzRnr(boolean enable) { in withEnable6GhzRnr() method in ScanTestUtil.NativeScanSettingsBuilder
223 builder.withEnable6GhzRnr(requestSettings.getRnrSetting() in computeSingleScanNativeSettingsWithChannelHelper()
249 builder.withEnable6GhzRnr(requestSettings.getRnrSetting() in computeSingleScanNativeSettings()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DBaseWifiScannerImplTest.java133 .withEnable6GhzRnr(true) in singleScanSuccessWithChannels()