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.java1484 SoftApConfiguration.Builder customConfigBuilder = new SoftApConfiguration.Builder() in testStartLocalOnlyHotspotWithConfigBssid() local
1493 customConfigBuilder.setBssid(TEST_MAC); in testStartLocalOnlyHotspotWithConfigBssid()
1495 SoftApConfiguration customConfig = customConfigBuilder.build(); in testStartLocalOnlyHotspotWithConfigBssid()