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

  /packages/apps/Camera2/src/com/android/camera/processing/memory/
LruPool.java 59 void entryEvicted(TKey key, TValue value) { }
241 mConfiguration.entryEvicted(key, value);
  /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.
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 532 milliseconds