Home
last modified time | relevance | path

Searched refs:calculatePersistentMacForSta (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DMacAddressUtilTest.java63 assertNull(mMacAddressUtil.calculatePersistentMacForSta(null, 0)); in testCalculatePersistentMacForSta()
71 MacAddress macAddress = mMacAddressUtil.calculatePersistentMacForSta( in testCalculatePersistentMacForSta()
90 mMacAddressUtil.calculatePersistentMacForSta("TEST_SSID_AND_SECURITY_TYPE", 0))); in testCalculatePersistentMacForSta()
DWifiConfigManagerTest.java328 when(mMacAddressUtil.calculatePersistentMacForSta(any(), anyInt())) in setUp()
470 when(mMacAddressUtil.calculatePersistentMacForSta(any(), anyInt())).thenReturn(null); in testRandomizedMacIsGeneratedEvenIfKeyStoreFails()
2914 verify(mMacAddressUtil, never()).calculatePersistentMacForSta(any(), anyInt()); in setUpWifiConfigurationForNonPersistentRandomization()
6861 verify(mMacAddressUtil).calculatePersistentMacForSta(eq(network.getNetworkKey()), anyInt()); in testGetPersistRandomMacAddress()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DMacAddressUtil.java108 public MacAddress calculatePersistentMacForSta(String key, int uid) { in calculatePersistentMacForSta() method in MacAddressUtil
DWifiConfigManager.java584 MacAddress result = mMacAddressUtil.calculatePersistentMacForSta(config.getNetworkKey(), in getPersistentMacAddress()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java1330 when(mMacAddressUtil.calculatePersistentMacForSta(any(), anyInt())) in getWifiConfigsForPasspointProfilesWithoutNonPersistentMacRandomization()
1341 verify(mMacAddressUtil).calculatePersistentMacForSta( in getWifiConfigsForPasspointProfilesWithoutNonPersistentMacRandomization()
1354 when(mMacAddressUtil.calculatePersistentMacForSta(any(), anyInt())) in getWifiConfigsForPasspointProfilesWithNonPersistentMacRandomization()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointManager.java1233 MacAddress result = mMacAddressUtil.calculatePersistentMacForSta( in getWifiConfigsForPasspointProfiles()