Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/cache/
DCacheLoaderTest.java54 final AtomicInteger loadAllCount = new AtomicInteger(); in testAsyncReload() local
72 loadAllCount.incrementAndGet(); in testAsyncReload()
79 assertEquals(0, loadAllCount.get()); in testAsyncReload()
87 assertEquals(1, loadAllCount.get()); in testAsyncReload()
98 assertEquals(2, loadAllCount.get()); in testAsyncReload()
103 assertEquals(2, loadAllCount.get()); in testAsyncReload()
/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheLoaderTest.java54 final AtomicInteger loadAllCount = new AtomicInteger(); in testAsyncReload() local
72 loadAllCount.incrementAndGet(); in testAsyncReload()
79 assertEquals(0, loadAllCount.get()); in testAsyncReload()
87 assertEquals(1, loadAllCount.get()); in testAsyncReload()
98 assertEquals(2, loadAllCount.get()); in testAsyncReload()
103 assertEquals(2, loadAllCount.get()); in testAsyncReload()