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

  /packages/apps/Dialer/java/com/android/dialer/util/
ExpirableCache.java 76 * {@link #getPossiblyExpired(Object)} method. If interested only in non-expired values, one should
142 * <p>If not interested in whether the value is expired, use {@link #getPossiblyExpired(Object)}
159 * {@link CachedValue} and not call {@link #getPossiblyExpired(Object)} to get the value
165 public V getPossiblyExpired(K key) {
  /packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
ContactInfoCache.java 198 ContactInfo existingInfo = cache.getPossiblyExpired(numberCountryIso);

Completed in 64 milliseconds