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

  /packages/apps/Dialer/tests/src/com/android/dialer/util/
ExpirableCacheTest.java 83 assertNull(mCache.getCachedValue("a"));
85 assertNull(mCache.getCachedValue("a"));
90 assertFalse("Should not be expired", mCache.getCachedValue("a").isExpired());
92 assertTrue("Should be expired", mCache.getCachedValue("a").isExpired());
99 assertFalse("Should not be expired", mCache.getCachedValue("a").isExpired());
113 CachedValue<Integer> cachedValue = mCache.getCachedValue("a");
120 CachedValue<Integer> expiredCachedValue = mCache.getCachedValue("a");
  /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/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java     [all...]
  /packages/apps/Dialer/src/com/android/dialer/contactinfo/
ContactInfoCache.java 150 mCache.getCachedValue(numberCountryIso);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 662 return mInvitableAccountTypeCache.getCachedValue();
    [all...]
  /packages/apps/UnifiedEmail/assets/
script.js 76 function getCachedValue(div, property, attrName) {
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 229 milliseconds