Searched refs:setPmkCache (Results 1 – 5 of 5) sorted by relevance
2090 verify(mSupplicantStaNetworkMock).setPmkCache(eq(pmkCacheData.data)); in testSetPmkSuccess()2120 verify(mSupplicantStaNetworkMock, never()).setPmkCache(any(ArrayList.class)); in testAddPmkEntryNotCalledIfNoPmkCache()2151 verify(mSupplicantStaNetworkMock, never()).setPmkCache(any(ArrayList.class)); in testAddPmkEntryIsOmittedWithPskNetwork()2180 verify(mSupplicantStaNetworkMock).setPmkCache(eq(pmkCacheData.data)); in testAddPmkEntryIsOmittedWithOldHal()3082 .setPmkCache(any(ArrayList.class)); in setupMocksForPmkCache()
1213 assertTrue(mSupplicantNetwork.setPmkCache(serializedData)); in testSetPmkCache()1231 assertFalse(mSupplicantNetwork.setPmkCache(serializedData)); in testSetPmkCacheHal1_2OrLower()2235 }).when(mISupplicantStaNetworkV13).setPmkCache(any(ArrayList.class)); in setupISupplicantNetworkMock()
3596 public boolean setPmkCache(ArrayList<Byte> serializedEntry) { in setPmkCache() method in SupplicantStaNetworkHal3608 .setPmkCache(serializedEntry); in setPmkCache()
1047 if (networkHandle.setPmkCache(pmkData.data)) { in connectToNetwork()
652 public void setPmkCache(boolean isEnabled) { in setPmkCache() method in WifiMetrics.RouterFingerPrint1956 currentConnectionEvent.mRouterFingerPrint.setPmkCache(isEnabled); in setConnectionPmkCache()