Searched refs:waitMillis (Results 1 – 3 of 3) sorted by relevance
85 protected void waitForEnd(long waitMillis) { in waitForEnd() argument86 waitForEnd(mListener, waitMillis); in waitForEnd()90 protected static void waitForEnd(Transition.TransitionListener listener, long waitMillis) { in waitForEnd() argument91 if (waitMillis == 0) { in waitForEnd()94 verify(listener, within(waitMillis)).onTransitionEnd(any()); in waitForEnd()
507 public void waitForCompletion(long waitMillis) throws Exception { in waitForCompletion() argument508 if (!completeLatch.await(waitMillis, TimeUnit.MILLISECONDS)) { in waitForCompletion()
1262 private void waitMillis(long timeMillis) { in waitMillis() method in ServiceTest1280 waitMillis(10_000L); in testForegroundService_deferredNotification()1348 waitMillis(1000L); in testForegroundService_deferThenDeferrableNotify()1368 waitMillis(10_000L); in testForegroundService_deferThenDeferrableNotify()