Home
last modified time | relevance | path

Searched refs:TIMEOUT_MSEC (Results 1 – 5 of 5) 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.java45 final long TIMEOUT_MSEC = mActivity.MILLISINFUTURE + mActivity.INTERVAL + OFFSET * count; in testCountDownTimer() local
46 waitForAction(TIMEOUT_MSEC); in testCountDownTimer()
57 final long TIMEOUT_MSEC = mActivity.MILLISINFUTURE + mActivity.INTERVAL; in testCountDownTimerCancel()
58 waitForAction(TIMEOUT_MSEC); in testCountDownTimerCancel()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiInfoTest.java62 private static final int TIMEOUT_MSEC = 6000; field in WifiInfoTest
127 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in setWifiEnabled()
DScanResultTest.java61 private static final int TIMEOUT_MSEC = 6000; field in ScanResultTest
171 waitForBroadcast(TIMEOUT_MSEC, STATE_WIFI_CHANGED); in setWifiEnabled()
DConcurrencyTest.java95 private static final int TIMEOUT_MSEC = 6000; field in ConcurrencyTest
218 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in waitForBroadcasts()
246 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in waitForServiceResponse()
349 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in setupWifiP2p()