Searched refs:getOrCreateRandomizedMacAddress (Results 1 – 7 of 7) sorted by relevance
80 assertEquals(macBeforeParcel, reconfig.getOrCreateRandomizedMacAddress()); in testWifiConfigurationParcel()203 MacAddress firstMacAddress = config.getOrCreateRandomizedMacAddress(); in testGetOrCreateRandomizedMacAddress_SavesAndReturnsSameAddress()204 MacAddress secondMacAddress = config.getOrCreateRandomizedMacAddress(); in testGetOrCreateRandomizedMacAddress_SavesAndReturnsSameAddress()233 MacAddress macAfterChange = config.getOrCreateRandomizedMacAddress(); in testGetOrCreateRandomizedMacAddress_ReRandomizesInvalidAddress()237 macAfterChange = config.getOrCreateRandomizedMacAddress(); in testGetOrCreateRandomizedMacAddress_ReRandomizesInvalidAddress()241 macAfterChange = config.getOrCreateRandomizedMacAddress(); in testGetOrCreateRandomizedMacAddress_ReRandomizesInvalidAddress()245 macAfterChange = config.getOrCreateRandomizedMacAddress(); in testGetOrCreateRandomizedMacAddress_ReRandomizesInvalidAddress()249 macAfterChange = config.getOrCreateRandomizedMacAddress(); in testGetOrCreateRandomizedMacAddress_ReRandomizesInvalidAddress()
949 when(config.getOrCreateRandomizedMacAddress()).thenReturn(TEST_LOCAL_MAC_ADDRESS); in triggerConnect()1204 when(config.getOrCreateRandomizedMacAddress()).thenReturn(TEST_LOCAL_MAC_ADDRESS); in connectPasspointAp()1233 when(config.getOrCreateRandomizedMacAddress()).thenReturn(TEST_LOCAL_MAC_ADDRESS); in testResetWifiInfoPasspointFields()1266 when(osuConfig.getOrCreateRandomizedMacAddress()).thenReturn(TEST_LOCAL_MAC_ADDRESS); in connectOsuAp()1297 when(osuConfig.getOrCreateRandomizedMacAddress()).thenReturn(TEST_LOCAL_MAC_ADDRESS); in testResetWifiInfoOsuFields()2749 verify(config, never()).getOrCreateRandomizedMacAddress(); in testConnectedMacRandomizationRandomizationNoneDifferentMac()2781 verify(config, never()).getOrCreateRandomizedMacAddress(); in testConnectedMacRandomizationRandomizationNoneSameMac()2818 when(config.getOrCreateRandomizedMacAddress()) in testDoNotSetMacWhenInvalid()2827 verify(config).getOrCreateRandomizedMacAddress(); in testDoNotSetMacWhenInvalid()
4367 MacAddress originalMac = originalConfig.getOrCreateRandomizedMacAddress(); in testSetNetworkRandomizedMacAddressUpdatesInternalMacAddress()
1051 public @NonNull MacAddress getOrCreateRandomizedMacAddress() { in getOrCreateRandomizedMacAddress() method in WifiConfiguration
3403 MacAddress newMac = config.getOrCreateRandomizedMacAddress(); in configureRandomizedMacAddress()
10870 HSPLandroid/net/wifi/WifiConfiguration;->getOrCreateRandomizedMacAddress()Landroid/net/MacAddress;
47142 Landroid/net/wifi/WifiConfiguration;->getOrCreateRandomizedMacAddress()Landroid/net/MacAddress;