HomeSort by relevance Sort by last modified time
    Searched defs:getCachedValue (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/util/
ExpirableCache.java 43 * CachedValue<Contact> cachedContact = mContactCache.getCachedValue(phoneNumber);
173 public CachedValue<V> getCachedValue(K key) {
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/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 675 return mInvitableAccountTypeCache.getCachedValue();
    [all...]

Completed in 59 milliseconds