Searched defs:expectedEvictionCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/util/
H A DLruCacheTest.java31 private int expectedEvictionCount; field in class:LruCacheTest
60 expectedEvictionCount++; // a should have been evicted
72 expectedEvictionCount++; // d should have been evicted
97 expectedEvictionCount++; // aa will be evicted
101 expectedEvictionCount++; // bb will be evicted
491 assertEquals("eviction count", expectedEvictionCount, cache.evictionCount());

Completed in 316 milliseconds