HomeSort by relevance Sort by last modified time
    Searched full:entryevicted (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/libcore/util/
BasicLruCache.java 80 * no longer cached, it has not been passed to {@link #entryEvicted}.
102 entryEvicted(key, value);
110 protected void entryEvicted(K key, V value) {}
130 * Clear the cache, calling {@link #entryEvicted} on each removed entry.
  /libcore/luni/src/test/java/libcore/util/
BasicLruCacheTest.java 76 @Override protected void entryEvicted(String key, String value) {
99 @Override protected void entryEvicted(String key, String value) {
115 @Override protected void entryEvicted(String key, String value) {
  /packages/apps/Camera2/src/com/android/camera/processing/memory/
LruPool.java 59 void entryEvicted(TKey key, TValue value) { }
241 mConfiguration.entryEvicted(key, value);

Completed in 556 milliseconds