Searched refs:customConfigBuilder (Results 1 – 1 of 1) sorted by relevance
2108 SoftApConfiguration.Builder customConfigBuilder = in testStartLocalOnlyHotspotWithSupportedBand() local2136 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() local2198 customConfigBuilder.setBssid(TEST_MAC).setMacRandomizationSetting( in testStartLocalOnlyHotspotWithConfigBssid()2201 SoftApConfiguration customConfig = customConfigBuilder.build(); in testStartLocalOnlyHotspotWithConfigBssid()