Searched refs:calculatePersistentMacForSap (Results 1 – 4 of 4) sorted by relevance
99 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()
160 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()
118 public synchronized MacAddress calculatePersistentMacForSap(String key, int uid) { in calculatePersistentMacForSap() method in MacAddressUtil
564 macAddress = mMacAddressUtil.calculatePersistentMacForSap( in randomizeBssidIfUnset()775 MacAddress randomizedMacAddress = mMacAddressUtil.calculatePersistentMacForSap( in updatePersistentRandomizedMacAddress()