Searched refs:MAX_RETRY_COUNT (Results 1 – 4 of 4) sorted by relevance
30 public static final int MAX_RETRY_COUNT = 10; field in CmdUtil51 for (int count = 0; count < MAX_RETRY_COUNT; count++) { in waitCmdResultWithDelay()75 for (int count = 0; count < MAX_RETRY_COUNT; count++) { in retry()100 return retry(device, cmd, validation_cmd, predicate, MAX_RETRY_COUNT); in retry()
104 verify(mDevice, times(CmdUtil.MAX_RETRY_COUNT)).executeShellCommand(eq(RUN_CMD)); in testRetryFail()
157 mCheckNonEmpty, mCommands.size() + mCmdUtil.MAX_RETRY_COUNT)) { in tearDown()
135 static final String MAX_RETRY_COUNT = "max_retry_count"; field in VtsMultiDeviceTest1213 jsonObject.put(MAX_RETRY_COUNT, mMaxRetryCount); in updateVtsRunnerTestConfig()1214 CLog.d("Added %s to the Json object", MAX_RETRY_COUNT); in updateVtsRunnerTestConfig()