Searched refs:mAnqpCache (Results 1 – 2 of 2) sorted by relevance
171 @Mock AnqpCache mAnqpCache; field in PasspointManagerTest202 when(mObjectFactory.makeAnqpCache(mClock)).thenReturn(mAnqpCache); in setUp()470 verify(mAnqpCache).addEntry(TEST_ANQP_KEY, anqpElementMap); in anqpResponseSuccess()489 verify(mAnqpCache, never()).addEntry(any(ANQPNetworkKey.class), anyMap()); in anqpResponseSuccessWithUnknownRequest()501 verify(mAnqpCache, never()).addEntry(any(ANQPNetworkKey.class), anyMap()); in anqpResponseFailure()853 when(mAnqpCache.getEntry(TEST_ANQP_KEY)).thenReturn(null); in matchProviderWithAnqpCacheMissed()870 when(mAnqpCache.getEntry(TEST_ANQP_KEY)).thenReturn(entry); in matchProviderAsHomeProvider()889 when(mAnqpCache.getEntry(TEST_ANQP_KEY)).thenReturn(entry); in matchProviderAsRoamingProvider()908 when(mAnqpCache.getEntry(TEST_ANQP_KEY)).thenReturn(entry); in matchProviderWithNoMatch()922 verify(mAnqpCache).sweep(); in sweepCache()[all …]
124 private final AnqpCache mAnqpCache; field in PasspointManager162 mAnqpCache.addEntry(anqpKey, anqpElements); in onANQPResponse()349 mAnqpCache = objectFactory.makeAnqpCache(clock); in PasspointManager()500 ANQPData anqpEntry = mAnqpCache.getEntry(anqpKey); in findEapMethodFromNAIRealmMatchedWithCarrier()802 ANQPData anqpEntry = mAnqpCache.getEntry(anqpKey); in getAllMatchedProviders()858 mAnqpCache.sweep(); in sweepCache()916 ANQPData anqpEntry = mAnqpCache.getEntry(ANQPNetworkKey.buildKey( in getANQPElements()1125 mAnqpCache.dump(pw); in dump()