Searched refs:getCachedValue (Results 1 – 6 of 6) 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()
968 private Object getCachedValue(int columnIndex) { in getCachedValue() method in ConversationCursor970 return getCachedValue(uri, columnIndex); in getCachedValue()973 private Object getCachedValue(String uri, int columnIndex) { in getCachedValue() method in ConversationCursor1149 if (getCachedValue(DELETED_COLUMN_INDEX) instanceof Integer) continue; in moveToNext()1167 if (getCachedValue(DELETED_COLUMN_INDEX) instanceof Integer) continue; in moveToPrevious()1273 Object obj = getCachedValue(columnIndex); in getDouble()1280 Object obj = getCachedValue(columnIndex); in getFloat()1287 Object obj = getCachedValue(columnIndex); in getInt()1294 Object obj = getCachedValue(columnIndex); in getLong()1301 Object obj = getCachedValue(columnIndex); in getShort()[all …]
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()
663 return mInvitableAccountTypeCache.getCachedValue(); in getUsableInvitableAccountTypes()805 public Map<AccountTypeWithDataSet, AccountType> getCachedValue() { in getCachedValue() method in AccountTypeManagerImpl.InvitableAccountTypeCache
76 function getCachedValue(div, property, attrName) { function
722 mContactInfoCache.getCachedValue(numberCountryIso); in bindView()