Searched refs:getCachedValue (Results 1 – 5 of 5) sorted by relevance
149 public CachedValue<V> getCachedValue(K key) { in getCachedValue() method in ExpirableCache166 CachedValue<V> cachedValue = getCachedValue(key); in getPossiblyExpired()180 CachedValue<V> cachedValue = getCachedValue(key); in get()
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 …]
691 return mInvitableAccountTypeCache.getCachedValue(); in getUsableInvitableAccountTypes()784 public Map<AccountTypeWithDataSet, AccountType> getCachedValue() { in getCachedValue() method in AccountTypeManagerImpl.InvitableAccountTypeCache
110 ExpirableCache.CachedValue<ContactInfo> cachedInfo = cache.getCachedValue(numberCountryIso); in getValue()
76 function getCachedValue(div, property, attrName) { function