Searched refs:getCachedValue (Results 1 – 4 of 4) sorted by relevance
83 assertNull(mCache.getCachedValue("a")); in testGetCachedValue_NotExisting()85 assertNull(mCache.getCachedValue("a")); in testGetCachedValue_NotExisting()90 assertFalse("Should not be expired", mCache.getCachedValue("a").isExpired()); in testGetCachedValue_Expired()92 assertTrue("Should be expired", mCache.getCachedValue("a").isExpired()); in testGetCachedValue_Expired()99 assertFalse("Should not be expired", mCache.getCachedValue("a").isExpired()); in testGetChangedValue_PutAfterExpired()113 CachedValue<Integer> cachedValue = mCache.getCachedValue("a"); in testComputingCache()120 CachedValue<Integer> expiredCachedValue = mCache.getCachedValue("a"); in testComputingCache()
173 public CachedValue<V> getCachedValue(K key) { in getCachedValue() method in ExpirableCache190 CachedValue<V> cachedValue = getCachedValue(key); in getPossiblyExpired()205 CachedValue<V> cachedValue = getCachedValue(key); in get()
659 return mInvitableAccountTypeCache.getCachedValue(); in getUsableInvitableAccountTypes()801 public Map<AccountTypeWithDataSet, AccountType> getCachedValue() { in getCachedValue() method in AccountTypeManagerImpl.InvitableAccountTypeCache
553 mContactInfoCache.getCachedValue(numberCountryIso); in bindView()