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

/frameworks/base/core/tests/coretests/src/android/util/
H A DLruCacheTest.java40 assertHit(cache, "a", "A");
46 assertHit(cache, "a", "A");
47 assertHit(cache, "b", "B");
53 assertHit(cache, "a", "A");
54 assertHit(cache, "b", "B");
55 assertHit(cache, "c", "C");
63 assertHit(cache, "b", "B");
64 assertHit(cache, "c", "C");
65 assertHit(cache, "d", "D");
66 assertHit(cach
467 private void assertHit(LruCache<String, String> cache, String key, String value) { method in class:LruCacheTest
[all...]

Completed in 48 milliseconds