Searched refs:TIMEOUT_MSEC (Results 1 – 4 of 4) 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()
52 final long TIMEOUT_MSEC = mActivity.MILLISINFUTURE + mActivity.INTERVAL + OFFSET * count; in testCountDownTimer() local53 waitForAction(TIMEOUT_MSEC); in testCountDownTimer()64 final long TIMEOUT_MSEC = mActivity.MILLISINFUTURE + mActivity.INTERVAL; in testCountDownTimerCancel()65 waitForAction(TIMEOUT_MSEC); in testCountDownTimerCancel()
90 private static final int TIMEOUT_MSEC = 6000; field in WifiInfoTest152 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in setWifiEnabled()
92 private static final int TIMEOUT_MSEC = 6000; field in ScanResultTest209 waitForBroadcast(TIMEOUT_MSEC, STATE_WIFI_CHANGED); in setWifiEnabled()