Home
last modified time | relevance | path

Searched refs:isExpired (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Dialer/tests/src/com/android/dialer/util/
DExpirableCacheTest.java90 assertFalse("Should not be expired", mCache.getCachedValue("a").isExpired()); in testGetCachedValue_Expired()
92 assertTrue("Should be expired", mCache.getCachedValue("a").isExpired()); in testGetCachedValue_Expired()
99 assertFalse("Should not be expired", mCache.getCachedValue("a").isExpired()); in testGetChangedValue_PutAfterExpired()
116 assertFalse("Should not be expired", cachedValue.isExpired()); in testComputingCache()
123 assertTrue("Should be expired", expiredCachedValue.isExpired()); in testComputingCache()
/packages/apps/Dialer/src/com/android/dialer/util/
DExpirableCache.java105 public boolean isExpired(); in isExpired() method
137 public boolean isExpired() { in isExpired() method in ExpirableCache.GenerationalCachedValue
206 return cachedValue == null || cachedValue.isExpired() ? null : cachedValue.getValue(); in get()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DAccountTypeManager.java657 if (mInvitableAccountTypeCache.isExpired() && in getUsableInvitableAccountTypes()
797 public boolean isExpired() { in isExpired() method in AccountTypeManagerImpl.InvitableAccountTypeCache
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java738 if (cachedInfo.isExpired()) { in bindView()
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...