Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DBinderTest.java46 private static final int DELAY_MSEC = 5000; field in BinderTest
215 waitForResultOrThrow(DELAY_MSEC, "existing connection to receive service"); in testTransact()
219 waitForResultOrThrow(DELAY_MSEC, "new connection to receive service"); in testTransact()
238 waitForResultOrThrow(DELAY_MSEC, "the existing connection to lose service"); in testTransact()
251 waitForResultOrThrow(DELAY_MSEC, "the existing connection to receive service"); in testTransact()
269 waitForResultOrThrow(DELAY_MSEC, "the existing connection to lose service"); in testTransact()
282 waitForResultOrThrow(DELAY_MSEC, "existing connection to receive service"); in testTransact()
300 waitForResultOrThrow(DELAY_MSEC, "existing connection to unbind service"); in testTransact()
305 waitForResultOrThrow(DELAY_MSEC, "existing connection to rebind service"); in testTransact()
310 waitForResultOrThrow(DELAY_MSEC, "existing connection to lose service"); in testTransact()
DCountDownTimerTest.java52 final long DELAY_MSEC = mActivity.INTERVAL + OFFSET; in testCountDownTimerCancel() local
53 assertTrue(DELAY_MSEC < mActivity.MILLISINFUTURE); in testCountDownTimerCancel()
54 waitForAction(DELAY_MSEC); in testCountDownTimerCancel()
61 int count = Long.valueOf(DELAY_MSEC / mActivity.INTERVAL).intValue() + 1; in testCountDownTimerCancel()