Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunUtil.java181 long timeout, long retryInterval, int attempts, String... command) { in runTimedCmdRetry() argument
189 sleep(retryInterval); in runTimedCmdRetry()
296 public CommandResult runTimedCmdSilentlyRetry(long timeout, long retryInterval, int attempts, in runTimedCmdSilentlyRetry() argument
305 sleep(retryInterval); in runTimedCmdSilentlyRetry()
DIRunUtil.java133 public CommandResult runTimedCmdRetry(final long timeout, long retryInterval, in runTimedCmdRetry() argument
158 public CommandResult runTimedCmdSilentlyRetry(final long timeout, long retryInterval, in runTimedCmdSilentlyRetry() argument
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSBucketUtil.java691 public void setRetryInterval(long retryInterval) { in setRetryInterval() argument
692 mRetryInterval = retryInterval; in setRetryInterval()