Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java2108 SoftApConfiguration.Builder customConfigBuilder = in testStartLocalOnlyHotspotWithSupportedBand() local
2136 customConfigBuilder.setPassphrase(TEST_PASSPHRASE, in testStartLocalOnlyHotspotWithSupportedBand()
2143 customConfigBuilder.setBand(testBand); in testStartLocalOnlyHotspotWithSupportedBand()
2144 sWifiManager.startLocalOnlyHotspot(customConfigBuilder.build(), executor, callback); in testStartLocalOnlyHotspotWithSupportedBand()
2189 SoftApConfiguration.Builder customConfigBuilder = in testStartLocalOnlyHotspotWithConfigBssid() local
2198 customConfigBuilder.setBssid(TEST_MAC).setMacRandomizationSetting( in testStartLocalOnlyHotspotWithConfigBssid()
2201 SoftApConfiguration customConfig = customConfigBuilder.build(); in testStartLocalOnlyHotspotWithConfigBssid()