Searched refs:getCachedValue (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Dialer/tests/src/com/android/dialer/util/
H A DExpirableCacheTest.java83 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/
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/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...]
/packages/apps/Dialer/src/com/android/dialer/contactinfo/
H A DContactInfoCache.java150 mCache.getCachedValue(numberCountryIso);
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DAccountTypeManager.java662 return mInvitableAccountTypeCache.getCachedValue();
804 public Map<AccountTypeWithDataSet, AccountType> getCachedValue() { method in class:AccountTypeManagerImpl.InvitableAccountTypeCache
/packages/apps/UnifiedEmail/assets/
H A Dscript.js76 function getCachedValue(div, property, attrName) { function

Completed in 239 milliseconds