Searched refs:setRandomizedMacAddress (Results 1 – 8 of 8) sorted by relevance
374 openNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in getTestNetworksConfig()381 eapNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in getTestNetworksConfig()387 saeNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in getTestNetworksConfig()720 saeNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in fixSaeNetworkWithLegacySecurity()788 pskNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in parseNetworkWithInvalidConfigKeyAndKeyMmt()
538 openNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in testReadWifiConfigStoreData()574 openNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in testWriteWifiConfigStoreData()
945 config.setRandomizedMacAddress(TEST_LOCAL_MAC_ADDRESS); in triggerConnect()2932 config.setRandomizedMacAddress(MacAddress.fromString(WifiInfo.DEFAULT_MAC_ADDRESS)); in testDoNotSetMacWhenInvalid()4791 config.setRandomizedMacAddress(TEST_LOCAL_MAC_ADDRESS); in setupFilsTest()
72 config.setRandomizedMacAddress(MacAddressUtils.createRandomUnicastAddress()); in testWifiConfigurationParcel()179 config.setRandomizedMacAddress(macToChangeInto); in testSetRandomizedMacAddress_ChangesSavedAddress()189 config.setRandomizedMacAddress(null); in testSetRandomizedMacAddress_DoesNothingWhenNull()
537 internalConfig.setRandomizedMacAddress(persistentMac); in setRandomizedMacToPersistentMac()554 internalConfig.setRandomizedMacAddress(MacAddressUtils.createRandomUnicastAddress()); in updateRandomizedMacIfNeeded()615 configuration.setRandomizedMacAddress(DEFAULT_MAC_ADDRESS); in maskRandomizedMacAddressInWifiConfiguration()3001 internalConfig.setRandomizedMacAddress(randomizedMac); in initRandomizedMacForInternalConfig()
236 configuration.setRandomizedMacAddress(MacAddressUtils.createRandomUnicastAddress()); in testEapWifiConfigurationSerializeDeserializeForConfigStore()
697 configuration.setRandomizedMacAddress( in parseFromXml()
1202 public void setRandomizedMacAddress(@NonNull MacAddress mac) { in setRandomizedMacAddress() method in WifiConfiguration