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

/frameworks/base/core/java/android/util/
H A DLruCache.java71 private int evictionCount; field in class:LruCache
217 evictionCount++;
362 public synchronized final int evictionCount() { method in class:LruCache
363 return evictionCount;
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLruCache.java75 private int evictionCount; field in class:LruCache
228 evictionCount++;
373 public synchronized final int evictionCount() { method in class:LruCache
374 return evictionCount;
/frameworks/support/v4/java/android/support/v4/util/
H A DLruCache.java38 private int evictionCount; field in class:LruCache
180 evictionCount++;
325 public synchronized final int evictionCount() { method in class:LruCache
326 return evictionCount;
/frameworks/base/core/tests/coretests/src/android/util/
H A DLruCacheTest.java491 assertEquals("eviction count", expectedEvictionCount, cache.evictionCount());
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 144 milliseconds