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

  /packages/apps/Dialer/java/com/android/dialer/util/
ExpirableCache.java 43 * CachedValue<Contact> cachedContact = mContactCache.getCachedValue(phoneNumber);
149 public CachedValue<V> getCachedValue(K key) {
157 * Use {@link #getCachedValue(Object)} to achieve that instead. However, if using {@link
158 * #getCachedValue(Object)} to determine if an item is expired, one should use the item within the
166 CachedValue<V> cachedValue = getCachedValue(key);
180 CachedValue<V> cachedValue = getCachedValue(key);
  /packages/apps/UnifiedEmail/assets/
script.js 76 function getCachedValue(div, property, attrName) {
  /packages/apps/Dialer/java/com/android/contacts/common/model/
AccountTypeManager.java 691 return mInvitableAccountTypeCache.getCachedValue();
784 public Map<AccountTypeWithDataSet, AccountType> getCachedValue() {
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 328 milliseconds