Searched refs:setRandomizedMacAddress (Results 1 – 9 of 9) sorted by relevance
66 config.setRandomizedMacAddress(MacAddressUtils.createRandomUnicastAddress()); in testWifiConfigurationParcel()217 config.setRandomizedMacAddress(macToChangeInto); in testSetRandomizedMacAddress_ChangesSavedAddress()232 config.setRandomizedMacAddress(null); in testGetOrCreateRandomizedMacAddress_ReRandomizesInvalidAddress()236 config.setRandomizedMacAddress(defaultMac); in testGetOrCreateRandomizedMacAddress_ReRandomizesInvalidAddress()240 config.setRandomizedMacAddress(macAddressZeroes); in testGetOrCreateRandomizedMacAddress_ReRandomizesInvalidAddress()244 config.setRandomizedMacAddress(macAddressMulticast); in testGetOrCreateRandomizedMacAddress_ReRandomizesInvalidAddress()248 config.setRandomizedMacAddress(macAddressGlobal); in testGetOrCreateRandomizedMacAddress_ReRandomizesInvalidAddress()257 config.setRandomizedMacAddress(null); in testSetRandomizedMacAddress_DoesNothingWhenNull()
252 openNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in getTestNetworksConfig()259 eapNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in getTestNetworksConfig()
521 openNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in testReadWifiConfigStoreData()566 openNetwork.setRandomizedMacAddress(TEST_RANDOMIZED_MAC); in testWriteWifiConfigStoreData()
544 internalConfig.setRandomizedMacAddress(persistentMac); in setRandomizedMacToPersistentMac()604 configuration.setRandomizedMacAddress(DEFAULT_MAC_ADDRESS); in maskRandomizedMacAddressInWifiConfiguration()1135 newInternalConfig.setRandomizedMacAddress(randomizedMac); in createNewInternalWifiConfigurationFromExternal()1980 config.setRandomizedMacAddress(macAddress); in setNetworkRandomizedMacAddress()
237 configuration.setRandomizedMacAddress(MacAddressUtils.createRandomUnicastAddress()); in testEapWifiConfigurationSerializeDeserializeForConfigStore()
700 configuration.setRandomizedMacAddress( in parseFromXml()
1082 public void setRandomizedMacAddress(@NonNull MacAddress mac) { in setRandomizedMacAddress() method in WifiConfiguration
10880 HSPLandroid/net/wifi/WifiConfiguration;->setRandomizedMacAddress(Landroid/net/MacAddress;)V
47175 Landroid/net/wifi/WifiConfiguration;->setRandomizedMacAddress(Landroid/net/MacAddress;)V