Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DExecutionSequencerTest.java80 TestCallable thirdCallable = new TestCallable(Futures.<Void>immediateFuture(null)); in testCancellationDoesNotViolateSerialization() local
82 Future<?> possiblyIgnoredError1 = serializer.submitAsync(thirdCallable, directExecutor()); in testCancellationDoesNotViolateSerialization()
85 assertThat(thirdCallable.called).isFalse(); in testCancellationDoesNotViolateSerialization()
88 assertThat(thirdCallable.called).isTrue(); in testCancellationDoesNotViolateSerialization()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DExecutionSequencerTest.java80 TestCallable thirdCallable = new TestCallable(Futures.<Void>immediateFuture(null)); in testCancellationDoesNotViolateSerialization() local
82 Future<?> possiblyIgnoredError1 = serializer.submitAsync(thirdCallable, directExecutor()); in testCancellationDoesNotViolateSerialization()
85 assertThat(thirdCallable.called).isFalse(); in testCancellationDoesNotViolateSerialization()
88 assertThat(thirdCallable.called).isTrue(); in testCancellationDoesNotViolateSerialization()