Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DBaseTransitionTest.java85 protected void waitForEnd(long waitMillis) { in waitForEnd() argument
86 waitForEnd(mListener, waitMillis); in waitForEnd()
90 protected static void waitForEnd(Transition.TransitionListener listener, long waitMillis) { in waitForEnd() argument
91 if (waitMillis == 0) { in waitForEnd()
94 verify(listener, within(waitMillis)).onTransitionEnd(any()); in waitForEnd()
/cts/tests/net/src/android/net/cts/
DLocalSocketTest.java507 public void waitForCompletion(long waitMillis) throws Exception { in waitForCompletion() argument
508 if (!completeLatch.await(waitMillis, TimeUnit.MILLISECONDS)) { in waitForCompletion()
/cts/tests/app/src/android/app/cts/
DServiceTest.java1262 private void waitMillis(long timeMillis) { in waitMillis() method in ServiceTest
1280 waitMillis(10_000L); in testForegroundService_deferredNotification()
1348 waitMillis(1000L); in testForegroundService_deferThenDeferrableNotify()
1368 waitMillis(10_000L); in testForegroundService_deferThenDeferrableNotify()