Searched refs:calculatePersistentMacForConfiguration (Results 1 – 4 of 4) sorted by relevance
58 assertNull(mMacAddressUtil.calculatePersistentMacForConfiguration(null, null)); in testCalculatePersistentMacForConfiguration()68 MacAddress macAddress = mMacAddressUtil.calculatePersistentMacForConfiguration( in testCalculatePersistentMacForConfiguration()82 assertNull(mMacAddressUtil.calculatePersistentMacForConfiguration(config, mMac)); in testCalculatePersistentMacCatchesException()
229 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()
60 public MacAddress calculatePersistentMacForConfiguration(WifiConfiguration config, in calculatePersistentMacForConfiguration() method in MacAddressUtil
517 MacAddress result = mMacAddressUtil.calculatePersistentMacForConfiguration( in getPersistentMacAddress()520 result = mMacAddressUtil.calculatePersistentMacForConfiguration( in getPersistentMacAddress()