Home
last modified time | relevance | path

Searched refs:runTimedCmdSilentlyRetry (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DIRunUtil.java138 public CommandResult runTimedCmdSilentlyRetry(final long timeout, long retryInterval, in runTimedCmdSilentlyRetry() method
DRunUtil.java261 public CommandResult runTimedCmdSilentlyRetry(long timeout, long retryInterval, int attempts, in runTimedCmdSilentlyRetry() method in RunUtil