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

  /libcore/ojluni/src/main/java/sun/security/util/
Cache.java 257 // to allow SoftCacheEntry to extend SoftReference<V>
462 return new SoftCacheEntry<>(key, value, expirationTime, queue);
515 private static class SoftCacheEntry<K,V>
522 SoftCacheEntry(K key, V value, long expirationTime,
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 133 milliseconds