Searched refs:TIMEOUT_MSEC (Results 1 – 5 of 5) sorted by relevance
34 private static final int TIMEOUT_MSEC = 30000; field in IntentServiceTest63 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() argument100 new PollingCheck(TIMEOUT_MSEC) { in testIntentServiceLifeCycle() argument111 IntentServiceStub.waitToFinish(TIMEOUT_MSEC); in testIntentServiceLifeCycle()
45 final long TIMEOUT_MSEC = mActivity.MILLISINFUTURE + mActivity.INTERVAL + OFFSET * count; in testCountDownTimer() local46 waitForAction(TIMEOUT_MSEC); in testCountDownTimer()57 final long TIMEOUT_MSEC = mActivity.MILLISINFUTURE + mActivity.INTERVAL; in testCountDownTimerCancel()58 waitForAction(TIMEOUT_MSEC); in testCountDownTimerCancel()
62 private static final int TIMEOUT_MSEC = 6000; field in WifiInfoTest127 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in setWifiEnabled()
61 private static final int TIMEOUT_MSEC = 6000; field in ScanResultTest171 waitForBroadcast(TIMEOUT_MSEC, STATE_WIFI_CHANGED); in setWifiEnabled()
95 private static final int TIMEOUT_MSEC = 6000; field in ConcurrencyTest218 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()