Searched refs:setRandomizedMacAddress (Results 1 – 15 of 15) sorted by relevance
621 openNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in getTestNetworksConfig()628 eapNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in getTestNetworksConfig()635 saeNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in getTestNetworksConfig()971 saeNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in fixSaeNetworkWithLegacySecurity()1025 pskNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in parseNetworkWithInvalidConfigKeyAndKeyMmt()
590 openNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in testReadWifiConfigStoreData()627 openNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in testWriteWifiConfigStoreData()
1012 config.setRandomizedMacAddress(TEST_LOCAL_MAC_ADDRESS); in triggerConnect()1052 config.setRandomizedMacAddress(TEST_LOCAL_MAC_ADDRESS); in triggerConnectWithUpgradeType()1075 config.setRandomizedMacAddress(TEST_LOCAL_MAC_ADDRESS); in triggerConnectWithLastUsedSecurityParams()4019 config.setRandomizedMacAddress(MacAddress.fromString(WifiInfo.DEFAULT_MAC_ADDRESS)); in testDoNotSetMacWhenInvalid()6452 config.setRandomizedMacAddress(TEST_LOCAL_MAC_ADDRESS); in setupFilsTest()8441 config.setRandomizedMacAddress(TEST_LOCAL_MAC_ADDRESS); in testClientModeImplWhenIpClientIsNotReady()9062 eapTlsConfig.setRandomizedMacAddress(TEST_LOCAL_MAC_ADDRESS); in setupTrustOnFirstUse()
3081 callerNetwork.setRandomizedMacAddress(TEST_FACTORY_MAC_ADDR); in testGetConfiguredNetworksAdmin_ReturnsNetworksWithDefaultMac()9914 testConfig.setRandomizedMacAddress(TEST_FACTORY_MAC_ADDR); in testGetPrivilegedConnectedNetworkSuccess()
729 .setRandomizedMacAddress(randomizedMacAddress).build(); in updatePersistentRandomizedMacAddress()738 .setRandomizedMacAddress(randomizedMacAddress).build(); in updatePersistentRandomizedMacAddress()
587 private void setRandomizedMacAddress(WifiConfiguration config, MacAddress mac) { in setRandomizedMacAddress() method in WifiConfigManager588 config.setRandomizedMacAddress(mac); in setRandomizedMacAddress()605 setRandomizedMacAddress(internalConfig, persistentMac); in setRandomizedMacToPersistentMac()623 setRandomizedMacAddress(internalConfig, MacAddressUtils.createRandomUnicastAddress()); in updateRandomizedMacIfNeeded()688 setRandomizedMacAddress(configuration, DEFAULT_MAC_ADDRESS); in maskRandomizedMacAddressInWifiConfiguration()3481 setRandomizedMacAddress(internalConfig, randomizedMac); in initRandomizedMacForInternalConfig()
3276 config.setRandomizedMacAddress(MacAddress.fromString(WifiInfo.DEFAULT_MAC_ADDRESS)); in getPrivilegedConnectedNetwork()
115 config.setRandomizedMacAddress(MacAddressUtils.createRandomUnicastAddress()); in testWifiConfigurationParcel()182 config.setRandomizedMacAddress(MacAddressUtils.createRandomUnicastAddress()); in testWifiConfigurationCopyConstructor()294 config.setRandomizedMacAddress(macToChangeInto); in testSetRandomizedMacAddress_ChangesSavedAddress()304 config.setRandomizedMacAddress(null); in testSetRandomizedMacAddress_DoesNothingWhenNull()
217 .setRandomizedMacAddress(testRandomizedMacAddress); in testWpa2WithAllFieldCustomized()
1220 config.setRandomizedMacAddress(MacAddress.fromString(DEFAULT_MAC_ADDRESS)); in getWifiConfigsForPasspointProfiles()1226 config.setRandomizedMacAddress(result); in getWifiConfigsForPasspointProfiles()
295 configuration.setRandomizedMacAddress(MacAddressUtils.createRandomUnicastAddress()); in testEapWifiConfigurationSerializeDeserializeForConfigStore()
983 configuration.setRandomizedMacAddress( in parseFromXml()2273 softApConfigBuilder.setRandomizedMacAddress( in parseFromXml()
2216 public Builder setRandomizedMacAddress(@NonNull MacAddress mac) { in setRandomizedMacAddress() method in SoftApConfiguration.Builder
1904 public void setRandomizedMacAddress(@NonNull MacAddress mac) { in setRandomizedMacAddress() method in WifiConfiguration
1622 Landroid/net/wifi/WifiConfiguration;->setRandomizedMacAddress(Landroid/net/MacAddress;)V