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

  /tools/tradefederation/core/src/com/android/tradefed/util/
IRunUtil.java 216 public boolean runTimedRetry(long opTimeout, long pollInterval, int attempts,
RunUtil.java 368 public boolean runTimedRetry(long opTimeout, long pollInterval, int attempts,
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
RunUtilFuncTest.java 68 * Test method for {@link RunUtil#runTimedRetry(long, long, int, IRunnableResult)}.
86 assertTrue(RunUtil.getDefault().runTimedRetry(100, SHORT_TIMEOUT_MS, maxAttempts,

Completed in 287 milliseconds