Home
last modified time | relevance | path

Searched refs:TIMEOUT_MSEC (Results 1 – 4 of 4) sorted by relevance

/cts/tests/app/src/android/app/cts/
DIntentServiceTest.java34 private static final int TIMEOUT_MSEC = 30000; field in IntentServiceTest
63 PollingCheck.check("onHandleIntentCalled not called enough", TIMEOUT_MSEC, in testIntents()
71 PollingCheck.check("accumulator not correct", TIMEOUT_MSEC, new Callable<Boolean>() { in testIntents()
78 PollingCheck.check("onDestroyCalled not called", TIMEOUT_MSEC, new Callable<Boolean>() { in testIntents()
89 new PollingCheck(TIMEOUT_MSEC) { in testIntentServiceLifeCycle() argument
100 new PollingCheck(TIMEOUT_MSEC) { in testIntentServiceLifeCycle() argument
111 IntentServiceStub.waitToFinish(TIMEOUT_MSEC); in testIntentServiceLifeCycle()
/cts/tests/tests/os/src/android/os/cts/
DCountDownTimerTest.java52 final long TIMEOUT_MSEC = mActivity.MILLISINFUTURE + mActivity.INTERVAL + OFFSET * count; in testCountDownTimer() local
53 waitForAction(TIMEOUT_MSEC); in testCountDownTimer()
64 final long TIMEOUT_MSEC = mActivity.MILLISINFUTURE + mActivity.INTERVAL; in testCountDownTimerCancel()
65 waitForAction(TIMEOUT_MSEC); in testCountDownTimerCancel()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiInfoTest.java90 private static final int TIMEOUT_MSEC = 6000; field in WifiInfoTest
152 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in setWifiEnabled()
DScanResultTest.java92 private static final int TIMEOUT_MSEC = 6000; field in ScanResultTest
209 waitForBroadcast(TIMEOUT_MSEC, STATE_WIFI_CHANGED); in setWifiEnabled()