Home
last modified time | relevance | path

Searched refs:sleepAtLeast (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc-java/testing/src/test/java/io/grpc/internal/testing/
DTestUtilsTest.java32 public void sleepAtLeast() throws Exception { in sleepAtLeast() method in TestUtilsTest
36 TestUtils.sleepAtLeast(sleepMilis); in sleepAtLeast()
/external/grpc-grpc-java/examples/android/clientcache/app/src/test/java/io/grpc/clientcacheexample/
DSafeMethodCachingInterceptorTest.java372 sleepAtLeast(1001); in afterResponseMaxAge_cacheEntryInvalidated()
401 sleepAtLeast(1001); in invalidResponseMaxAge_usesDefault()
441 sleepAtLeast(1001); in cacheHit_doesNotResetExpiration()
468 sleepAtLeast(1001); in afterDefaultMaxAge_cacheEntryInvalidated()
521 private static void sleepAtLeast(long millis) throws InterruptedException { in sleepAtLeast() method in SafeMethodCachingInterceptorTest
/external/grpc-grpc-java/testing/src/main/java/io/grpc/internal/testing/
DTestUtils.java211 public static void sleepAtLeast(long millis) throws InterruptedException { in sleepAtLeast() method in TestUtils