Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/cache/
DCacheExpirationTest.java174 final AtomicInteger applyCount = new AtomicInteger(); in testRemovalListener_expireAfterWrite() local
190 applyCount.incrementAndGet(); in testRemovalListener_expireAfterWrite()
207 assertEquals(evictionCount.get() + 1, applyCount.get()); in testRemovalListener_expireAfterWrite()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFuturesTest.java488 private int applyCount;
497 applyCount++;
502 return applyCount;