Searched defs:attempts (Results 1 – 7 of 7) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | IRunUtil.java | 114 int attempts, final String... command); in runTimedCmdRetry() 139 int attempts, final String... command); in runTimedCmdSilentlyRetry() 216 public boolean runTimedRetry(long opTimeout, long pollInterval, int attempts, in runTimedRetry()
|
D | RunUtil.java | 176 long timeout, long retryInterval, int attempts, String... command) { in runTimedCmdRetry() 261 public CommandResult runTimedCmdSilentlyRetry(long timeout, long retryInterval, int attempts, in runTimedCmdSilentlyRetry() 368 public boolean runTimedRetry(long opTimeout, long pollInterval, int attempts, in runTimedRetry()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | InstrumentationPreparer.java | 199 void setAttempts(int attempts) { in setAttempts()
|
D | FastbootDeviceFlasher.java | 673 int attempts = 0; in getImageVersion() local
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/ |
D | connection.py | 156 attempts=2): argument
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bt_test_utils.py | 727 def pair_pri_to_sec(pri_ad, sec_ad, attempts=2, auto_confirm=True): argument 843 def connect_pri_to_sec(pri_ad, sec_ad, profiles_set, attempts=2): argument
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 2787 int attempts = MAX_RETRY_ATTEMPTS + 1; in enableAdbRoot() local 2818 int attempts = MAX_RETRY_ATTEMPTS + 1; in disableAdbRoot() local
|