Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/cache/
DCacheLoaderTest.java53 final AtomicInteger reloadCount = new AtomicInteger(); in testAsyncReload() local
66 reloadCount.incrementAndGet(); in testAsyncReload()
78 assertEquals(0, reloadCount.get()); in testAsyncReload()
86 assertEquals(1, reloadCount.get()); in testAsyncReload()
97 assertEquals(1, reloadCount.get()); in testAsyncReload()
102 assertEquals(2, reloadCount.get()); in testAsyncReload()
/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheLoaderTest.java53 final AtomicInteger reloadCount = new AtomicInteger(); in testAsyncReload() local
66 reloadCount.incrementAndGet(); in testAsyncReload()
78 assertEquals(0, reloadCount.get()); in testAsyncReload()
86 assertEquals(1, reloadCount.get()); in testAsyncReload()
97 assertEquals(1, reloadCount.get()); in testAsyncReload()
102 assertEquals(2, reloadCount.get()); in testAsyncReload()