Searched refs:calculatePersistentMacForSta (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | MacAddressUtilTest.java | 63 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()
|
D | WifiConfigManagerTest.java | 328 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/ |
D | MacAddressUtil.java | 108 public MacAddress calculatePersistentMacForSta(String key, int uid) { in calculatePersistentMacForSta() method in MacAddressUtil
|
D | WifiConfigManager.java | 584 MacAddress result = mMacAddressUtil.calculatePersistentMacForSta(config.getNetworkKey(), in getPersistentMacAddress()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointManagerTest.java | 1330 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/ |
D | PasspointManager.java | 1233 MacAddress result = mMacAddressUtil.calculatePersistentMacForSta( in getWifiConfigsForPasspointProfiles()
|