Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DMacAddressUtilTest.java58 assertNull(mMacAddressUtil.calculatePersistentMacForConfiguration(null, null)); in testCalculatePersistentMacForConfiguration()
68 MacAddress macAddress = mMacAddressUtil.calculatePersistentMacForConfiguration( in testCalculatePersistentMacForConfiguration()
82 assertNull(mMacAddressUtil.calculatePersistentMacForConfiguration(config, mMac)); in testCalculatePersistentMacCatchesException()
DWifiConfigManagerTest.java229 when(mMacAddressUtil.calculatePersistentMacForConfiguration(any(), any())) in setUp()
311 when(mMacAddressUtil.calculatePersistentMacForConfiguration(any(), any())).thenReturn(null); in testRandomizedMacIsGeneratedEvenIfKeyStoreFails()
322 verify(mMacAddressUtil, times(2)).calculatePersistentMacForConfiguration(any(), any()); in testRandomizedMacIsGeneratedEvenIfKeyStoreFails()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DMacAddressUtil.java60 public MacAddress calculatePersistentMacForConfiguration(WifiConfiguration config, in calculatePersistentMacForConfiguration() method in MacAddressUtil
DWifiConfigManager.java517 MacAddress result = mMacAddressUtil.calculatePersistentMacForConfiguration( in getPersistentMacAddress()
520 result = mMacAddressUtil.calculatePersistentMacForConfiguration( in getPersistentMacAddress()