Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java473 AtomicBoolean computationShouldWait = new AtomicBoolean(); in testRemovalNotification_clear_basher() local
480 .build(new DelayingIdentityLoader<String>(computationShouldWait, computationLatch)); in testRemovalNotification_clear_basher()
493 computationShouldWait.set(true); in testRemovalNotification_clear_basher()
/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java482 AtomicBoolean computationShouldWait = new AtomicBoolean(); in testRemovalNotification_clear_basher() local
489 .build(new DelayingIdentityLoader<String>(computationShouldWait, computationLatch)); in testRemovalNotification_clear_basher()
502 computationShouldWait.set(true); in testRemovalNotification_clear_basher()