Home
last modified time | relevance | path

Searched refs:getCachedValue (Results 1 – 5 of 5) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationCursor.java968 private Object getCachedValue(int columnIndex) { in getCachedValue() method in ConversationCursor
970 return getCachedValue(uri, columnIndex); in getCachedValue()
973 private Object getCachedValue(String uri, int columnIndex) { in getCachedValue() method in ConversationCursor
1149 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 …]
/packages/apps/Dialer/java/com/android/dialer/util/
DExpirableCache.java149 public CachedValue<V> getCachedValue(K key) { in getCachedValue() method in ExpirableCache
166 CachedValue<V> cachedValue = getCachedValue(key); in getPossiblyExpired()
180 CachedValue<V> cachedValue = getCachedValue(key); in get()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java691 return mInvitableAccountTypeCache.getCachedValue(); in getUsableInvitableAccountTypes()
784 public Map<AccountTypeWithDataSet, AccountType> getCachedValue() { in getCachedValue() method in AccountTypeManagerImpl.InvitableAccountTypeCache
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
DContactInfoCache.java104 ExpirableCache.CachedValue<ContactInfo> cachedInfo = mCache.getCachedValue(numberCountryIso); in getValue()
/packages/apps/UnifiedEmail/assets/
Dscript.js76 function getCachedValue(div, property, attrName) { function