Home
last modified time | relevance | path

Searched refs:getOrCreateRandomizedMacAddress (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiConfigurationTest.java80 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()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java949 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()
DWifiConfigManagerTest.java4367 MacAddress originalMac = originalConfig.getOrCreateRandomizedMacAddress(); in testSetNetworkRandomizedMacAddressUpdatesInternalMacAddress()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java1051 public @NonNull MacAddress getOrCreateRandomizedMacAddress() { in getOrCreateRandomizedMacAddress() method in WifiConfiguration
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java3403 MacAddress newMac = config.getOrCreateRandomizedMacAddress(); in configureRandomizedMacAddress()
/frameworks/base/config/
Dboot-image-profile.txt10870 HSPLandroid/net/wifi/WifiConfiguration;->getOrCreateRandomizedMacAddress()Landroid/net/MacAddress;
Dhiddenapi-greylist-max-o.txt47142 Landroid/net/wifi/WifiConfiguration;->getOrCreateRandomizedMacAddress()Landroid/net/MacAddress;