HomeSort by relevance Sort by last modified time
    Searched refs:LONG_TIMEOUT_MS (Results 1 - 4 of 4) sorted by null

  /platform_testing/tests/jank/touch_latency_wear/src/com/android/wearable/touch/janktests/
TouchLatencyHelper.java 41 public static final int LONG_TIMEOUT_MS = 5000;
69 By.res(TOUCH_LATENCY_PKG, ACTION_SETTINGS_ID)), LONG_TIMEOUT_MS);
110 SystemClock.sleep(LONG_TIMEOUT_MS);
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
RunUtilFuncTest.java 36 private static final long LONG_TIMEOUT_MS = 5000l;
102 RunUtil.getDefault().runTimedCmd(LONG_TIMEOUT_MS, "echo", "hello");
142 .runTimedCmd(3 * LONG_TIMEOUT_MS, "cat", f.getAbsolutePath());
RunUtilTest.java 46 private static final long LONG_TIMEOUT_MS = 1000;
305 spyUtil.runTimedCmd(LONG_TIMEOUT_MS, stdoutStream, stderrStream, command);
332 CommandResult result = spyUtil.runTimedCmd(LONG_TIMEOUT_MS, null, null, command);
421 mRunUtil.setInterruptibleInFuture(Thread.currentThread(), LONG_TIMEOUT_MS);
438 testRunUtil.runTimedCmd(LONG_TIMEOUT_MS, "/bin/bash", "-c", "echo $" + ENV_NAME);
455 testRunUtil.runTimedCmd(LONG_TIMEOUT_MS, "/bin/bash", "-c", "echo $" + ENV_NAME);
  /platform_testing/tests/functional/systemmetrics/src/com/android/systemmetrics/functional/
AppStartTests.java 64 private static final int LONG_TIMEOUT_MS = 2000;
102 mDevice.wait(Until.hasObject(By.pkg(SETTINGS_PACKAGE).depth(0)), LONG_TIMEOUT_MS);
144 mDevice.wait(Until.hasObject(By.pkg(mContext.getPackageName()).depth(0)), LONG_TIMEOUT_MS);

Completed in 103 milliseconds