Searched refs:setBssidAllowlist (Results 1 – 6 of 6) sorted by relevance
491 savedConfigs[0].setBssidAllowlist(List.of(MacAddress.fromString(bssids[0]))); in returnOnlyCandidateWithBssidInAllowList()517 savedConfigs[0].setBssidAllowlist(Collections.emptyList()); in returnNoCandidateWithEmptyBssidAllowList()
108 config.setBssidAllowlist(List.of(MacAddress.fromString("6c:f3:7f:ae:8c:f3"))); in testOpenWifiConfigurationSerializeDeserialize()
1100 public void setBssidAllowlist(@Nullable List<MacAddress> bssidAllowlist) { in setBssidAllowlist() method in WifiConfiguration
1060 configuration.setBssidAllowlist( in parseFromXml()
1288 internalConfig.setBssidAllowlist(externalConfig.getBssidAllowlistInternal()); in mergeWithInternalWifiConfiguration()
559 …method @Deprecated public void setBssidAllowlist(@Nullable java.util.List<android.net.MacAddress>);