Searched refs:waitMillis (Results 1 – 2 of 2) 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()
1187 private void waitMillis(long timeMillis) { in waitMillis() method in ServiceTest1205 waitMillis(10_000L); in testForegroundService_deferredNotification()1273 waitMillis(1000L); in testForegroundService_deferThenDeferrableNotify()1293 waitMillis(10_000L); in testForegroundService_deferThenDeferrableNotify()