Home
last modified time | relevance | path

Searched refs:evictionCount (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/util/
DLruCache.java75 private int evictionCount; field in LruCache
228 evictionCount++; in trimToSize()
373 public synchronized final int evictionCount() { in evictionCount() method in LruCache
374 return evictionCount; in evictionCount()
/frameworks/support/v4/java/android/support/v4/util/
DLruCache.java38 private int evictionCount; field in LruCache
180 evictionCount++; in trimToSize()
325 public synchronized final int evictionCount() { in evictionCount() method in LruCache
326 return evictionCount; in evictionCount()
/frameworks/base/core/java/android/util/
DLruCache.java71 private int evictionCount; field in LruCache
217 evictionCount++; in trimToSize()
362 public synchronized final int evictionCount() { in evictionCount() method in LruCache
363 return evictionCount; in evictionCount()
/frameworks/base/core/tests/coretests/src/android/util/
DLruCacheTest.java491 assertEquals("eviction count", expectedEvictionCount, cache.evictionCount());
/frameworks/base/api/
Dcurrent.txt31449 method public final synchronized int evictionCount();