Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerTest.java72 final CountDownLatch computationComplete = new CountDownLatch(1); in testRemovalNotification_clear() local
77 computationComplete.countDown(); in testRemovalNotification_clear()
87 computationComplete.await(); in testRemovalNotification_clear()
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java409 final CountDownLatch computationComplete = new CountDownLatch(1); in testRemovalNotification_clear() local
414 computationComplete.countDown(); in testRemovalNotification_clear()
424 computationComplete.await(); in testRemovalNotification_clear()