Home
last modified time | relevance | path

Searched refs:runTimedRetry (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DIRunUtil.java244 public boolean runTimedRetry(long opTimeout, long pollInterval, int attempts, in runTimedRetry() method
DRunUtil.java396 public boolean runTimedRetry(long opTimeout, long pollInterval, int attempts, in runTimedRetry() method in RunUtil
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRunUtilFuncTest.java87 assertTrue(RunUtil.getDefault().runTimedRetry(100, SHORT_TIMEOUT_MS, maxAttempts, in testRunTimedRetry()