Home
last modified time | relevance | path

Searched refs:entryEvicted (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/libcore/util/
DBasicLruCacheTest.java78 @Override protected void entryEvicted(String key, String value) { in testEntryEvictedWhenFull()
101 @Override protected void entryEvicted(String key, String value) { in testPutDoesNotCauseEviction()
117 @Override protected void entryEvicted(String key, String value) { in testEvictAll()
/libcore/luni/src/main/java/libcore/util/
DBasicLruCache.java108 entryEvicted(key, value); in trimToSize()
116 protected void entryEvicted(K key, V value) {} in entryEvicted() method in BasicLruCache