Searched refs:setRandomizedMacAddress (Results 1 – 15 of 15) sorted by relevance
647 openNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in getTestNetworksConfig()654 eapNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in getTestNetworksConfig()661 saeNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in getTestNetworksConfig()998 saeNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in fixSaeNetworkWithLegacySecurity()1052 pskNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in parseNetworkWithInvalidConfigKeyAndKeyMmt()
489 openNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in testReadWifiConfigStoreData()526 openNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in testWriteWifiConfigStoreData()
1055 config.setRandomizedMacAddress(TEST_LOCAL_MAC_ADDRESS); in triggerConnect()1104 config.setRandomizedMacAddress(TEST_LOCAL_MAC_ADDRESS); in triggerConnectWithUpgradeType()1127 config.setRandomizedMacAddress(TEST_LOCAL_MAC_ADDRESS); in triggerConnectWithLastUsedSecurityParams()4433 config.setRandomizedMacAddress(MacAddress.fromString(WifiInfo.DEFAULT_MAC_ADDRESS)); in testDoNotSetMacWhenInvalid()6888 config.setRandomizedMacAddress(TEST_LOCAL_MAC_ADDRESS); in setupFilsTest()9139 config.setRandomizedMacAddress(TEST_LOCAL_MAC_ADDRESS); in testClientModeImplWhenIpClientIsNotReady()9760 eapTlsConfig.setRandomizedMacAddress(TEST_LOCAL_MAC_ADDRESS); in setupTrustOnFirstUse()
3305 callerNetwork.setRandomizedMacAddress(TEST_FACTORY_MAC_ADDR); in testGetConfiguredNetworksAdmin_ReturnsNetworksWithDefaultMac()10343 testConfig.setRandomizedMacAddress(TEST_FACTORY_MAC_ADDR); in testGetPrivilegedConnectedNetworkSuccess()
779 .setRandomizedMacAddress(randomizedMacAddress).build(); in updatePersistentRandomizedMacAddress()788 .setRandomizedMacAddress(randomizedMacAddress).build(); in updatePersistentRandomizedMacAddress()
613 private void setRandomizedMacAddress(WifiConfiguration config, MacAddress mac) { in setRandomizedMacAddress() method in WifiConfigManager614 config.setRandomizedMacAddress(mac); in setRandomizedMacAddress()631 setRandomizedMacAddress(internalConfig, persistentMac); in setRandomizedMacToPersistentMac()649 setRandomizedMacAddress(internalConfig, MacAddressUtils.createRandomUnicastAddress()); in updateRandomizedMacIfNeeded()714 setRandomizedMacAddress(configuration, DEFAULT_MAC_ADDRESS); in maskRandomizedMacAddressInWifiConfiguration()3632 setRandomizedMacAddress(internalConfig, randomizedMac); in initRandomizedMacForInternalConfig()
3426 config.setRandomizedMacAddress(MacAddress.fromString(WifiInfo.DEFAULT_MAC_ADDRESS)); in getPrivilegedConnectedNetwork()
117 config.setRandomizedMacAddress(MacAddressUtils.createRandomUnicastAddress()); in testWifiConfigurationParcel()190 config.setRandomizedMacAddress(MacAddressUtils.createRandomUnicastAddress()); in testWifiConfigurationCopyConstructor()308 config.setRandomizedMacAddress(macToChangeInto); in testSetRandomizedMacAddress_ChangesSavedAddress()318 config.setRandomizedMacAddress(null); in testSetRandomizedMacAddress_DoesNothingWhenNull()
220 .setRandomizedMacAddress(testRandomizedMacAddress); in testWpa2WithAllFieldCustomized()
1231 config.setRandomizedMacAddress(MacAddress.fromString(DEFAULT_MAC_ADDRESS)); in getWifiConfigsForPasspointProfiles()1237 config.setRandomizedMacAddress(result); in getWifiConfigsForPasspointProfiles()
307 configuration.setRandomizedMacAddress(MacAddressUtils.createRandomUnicastAddress()); in testEapWifiConfigurationSerializeDeserializeForConfigStore()
1008 configuration.setRandomizedMacAddress( in parseFromXml()2347 softApConfigBuilder.setRandomizedMacAddress( in parseFromXml()
2299 public Builder setRandomizedMacAddress(@NonNull MacAddress mac) { in setRandomizedMacAddress() method in SoftApConfiguration.Builder
1976 public void setRandomizedMacAddress(@NonNull MacAddress mac) { in setRandomizedMacAddress() method in WifiConfiguration
1622 Landroid/net/wifi/WifiConfiguration;->setRandomizedMacAddress(Landroid/net/MacAddress;)V