Home
last modified time | relevance | path

Searched refs:calculatePersistentMacForSap (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DMacAddressUtilTest.java99 assertNull(mMacAddressUtil.calculatePersistentMacForSap(null, 0)); in testCalculatePersistentMacForSap()
107 MacAddress macAddress = mMacAddressUtil.calculatePersistentMacForSap( in testCalculatePersistentMacForSap()
127 mMacAddressUtil.calculatePersistentMacForSap("TEST_SSID_AND_SECURITY_TYPE", 0))); in testCalculatePersistentMacForSap()
DWifiApConfigStoreTest.java160 when(mMacAddressUtil.calculatePersistentMacForSap(any(), anyInt())) in setUp()
744 when(mMacAddressUtil.calculatePersistentMacForSap(any(), anyInt())).thenReturn(null); in randomizeBssid_fallbackPathWhenMacCalculationFails()
1464 when(mMacAddressUtil.calculatePersistentMacForSap(any(), anyInt())).thenReturn(null); in testPersistentRandomizedMacAddressWhenCalculatedMacIsNull()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DMacAddressUtil.java118 public synchronized MacAddress calculatePersistentMacForSap(String key, int uid) { in calculatePersistentMacForSap() method in MacAddressUtil
DWifiApConfigStore.java564 macAddress = mMacAddressUtil.calculatePersistentMacForSap( in randomizeBssidIfUnset()
775 MacAddress randomizedMacAddress = mMacAddressUtil.calculatePersistentMacForSap( in updatePersistentRandomizedMacAddress()