Searched defs:getCachedValue (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/util/
H A DExpirableCache.java43 * CachedValue<Contact> cachedContact = mContactCache.getCachedValue(phoneNumber);
173 public CachedValue<V> getCachedValue(K key) { method in class:ExpirableCache
181 * Use {@link #getCachedValue(Object)} to achieve that instead. However, if using
182 * {@link #getCachedValue(Object)} to determine if an item is expired, one should use the item
190 CachedValue<V> cachedValue = getCachedValue(key);
205 CachedValue<V> cachedValue = getCachedValue(key);
/packages/apps/UnifiedEmail/assets/
H A Dscript.js76 function getCachedValue(div, property, attrName) { function
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DAccountTypeManager.java663 return mInvitableAccountTypeCache.getCachedValue();
805 public Map<AccountTypeWithDataSet, AccountType> getCachedValue() { method in class:AccountTypeManagerImpl.InvitableAccountTypeCache
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java968 private Object getCachedValue(int columnIndex) { method in class:ConversationCursor
970 return getCachedValue(uri, columnIndex);
973 private Object getCachedValue(String uri, int columnIndex) { method in class:ConversationCursor
1149 if (getCachedValue(DELETED_COLUMN_INDEX) instanceof Integer) continue;
1167 if (getCachedValue(DELETED_COLUMN_INDEX) instanceof Integer) continue;
1273 Object obj = getCachedValue(columnIndex);
1280 Object obj = getCachedValue(columnIndex);
1287 Object obj = getCachedValue(columnIndex);
1294 Object obj = getCachedValue(columnIndex);
1301 Object obj = getCachedValue(columnInde
[all...]

Completed in 1061 milliseconds