HomeSort by relevance Sort by last modified time
    Searched full:timeout_msec (Results 1 - 25 of 48) sorted by null

1 2

  /cts/tests/app/src/android/app/cts/
IntentServiceTest.java 33 private static final int TIMEOUT_MSEC = 30000;
62 PollingCheck.check("onHandleIntentCalled not called enough", TIMEOUT_MSEC,
70 PollingCheck.check("accumulator not correct", TIMEOUT_MSEC, new Callable<Boolean>() {
77 PollingCheck.check("onDestroyCalled not called", TIMEOUT_MSEC, new Callable<Boolean>() {
88 new PollingCheck(TIMEOUT_MSEC) {
99 new PollingCheck(TIMEOUT_MSEC) {
110 IntentServiceStub.waitToFinish(TIMEOUT_MSEC);
Instrumentation_ActivityMonitorTest.java 49 final long TIMEOUT_MSEC = 5000;
50 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC;
62 timeout = System.currentTimeMillis() + TIMEOUT_MSEC;
  /cts/tests/tests/os/src/android/os/cts/
CountDownTimerTest.java 45 final long TIMEOUT_MSEC = mActivity.MILLISINFUTURE + mActivity.INTERVAL + OFFSET * count;
46 waitForAction(TIMEOUT_MSEC);
57 final long TIMEOUT_MSEC = mActivity.MILLISINFUTURE + mActivity.INTERVAL;
58 waitForAction(TIMEOUT_MSEC);
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiInfoTest.java 47 private static final int TIMEOUT_MSEC = 6000;
106 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC;
WifiManagerTest.java 71 private static final int TIMEOUT_MSEC = 6000;
169 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC;
182 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC;
192 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC;
465 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC;
506 connection.setConnectTimeout(TIMEOUT_MSEC);
507 connection.setReadTimeout(TIMEOUT_MSEC);
ConcurrencyTest.java 47 private static final int TIMEOUT_MSEC = 6000;
111 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC;
ScanResultTest.java 47 private static final int TIMEOUT_MSEC = 6000;
119 waitForBroadcast(TIMEOUT_MSEC, STATE_WIFI_CHANGED);
  /device/google/marlin/location/loc_api/loc_api_v02/
loc_api_sync_req.h 82 uint32_t timeout_msec,
  /device/huawei/angler/location/loc_api/loc_api_v02/
loc_api_sync_req.h 81 uint32_t timeout_msec,
  /device/lge/bullhead/location/loc_api/loc_api_v02/
loc_api_sync_req.h 81 uint32_t timeout_msec,
  /device/moto/shamu/location/loc_api/loc_api_v02/
loc_api_sync_req.h 81 uint32_t timeout_msec,
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_rpc_glue.h 115 uint32 timeout_msec,
loc_api_sync_call.h 82 uint32 timeout_msec,
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_rpc_glue.h 115 uint32 timeout_msec,
loc_api_sync_call.h 82 uint32 timeout_msec,
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_rpc_glue.h 115 uint32 timeout_msec,
loc_api_sync_call.h 82 uint32 timeout_msec,
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_rpc_glue.h 115 uint32 timeout_msec,
loc_api_sync_call.h 82 uint32 timeout_msec,
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_rpc_glue.h 115 uint32 timeout_msec,
loc_api_sync_call.h 82 uint32 timeout_msec,
  /external/avahi/avahi-core/
resolve-address.c 33 #define TIMEOUT_MSEC 5000
94 avahi_elapse_time(&tv, TIMEOUT_MSEC, 0);
resolve-host-name.c 34 #define TIMEOUT_MSEC 5000
114 avahi_elapse_time(&tv, TIMEOUT_MSEC, 0);
resolve-service.c 36 #define TIMEOUT_MSEC 5000
161 avahi_elapse_time(&tv, TIMEOUT_MSEC, 0);
  /cts/tests/core/runner/src/com/android/cts/core/runner/
AndroidJUnitRunnerConstants.java 112 String ARGUMENT_TIMEOUT = "timeout_msec";

Completed in 1273 milliseconds

1 2