Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DSimpleTimeLimiterTest.java53 private static final Callable<String> BAD_CALLABLE = field in SimpleTimeLimiterTest
172 service.callWithTimeout(BAD_CALLABLE, ENOUGH_MS, MILLISECONDS); in testCallWithTimeout_badCallableWithEnoughTime()
198 service.callUninterruptiblyWithTimeout(BAD_CALLABLE, ENOUGH_MS, MILLISECONDS); in testCallUninterruptiblyWithTimeout_badCallableWithEnoughTime()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DSimpleTimeLimiterTest.java53 private static final Callable<String> BAD_CALLABLE = field in SimpleTimeLimiterTest
172 service.callWithTimeout(BAD_CALLABLE, ENOUGH_MS, MILLISECONDS); in testCallWithTimeout_badCallableWithEnoughTime()
198 service.callUninterruptiblyWithTimeout(BAD_CALLABLE, ENOUGH_MS, MILLISECONDS); in testCallUninterruptiblyWithTimeout_badCallableWithEnoughTime()