Searched refs:getMaxRetryCount (Results 1 – 9 of 9) sorted by relevance
42 public int getMaxRetryCount(); in getMaxRetryCount() method
171 public int getMaxRetryCount() { in getMaxRetryCount() method in BaseRetryDecision
224 if (attemptNumber + 1 <= mConfig.getRetryDecision().getMaxRetryCount()) { in handleDeviceNotAvailable()
392 if (decision.isAutoRetryEnabled() && decision.getMaxRetryCount() > 0) { in isAutoRetryEnabled()
1099 && decision.getMaxRetryCount() > 1 in runSingleModule()1120 getConfiguration().getRetryDecision().getMaxRetryCount()); in runSingleModule()
1279 attemptNumber < decision.getMaxRetryCount(); in runTests()1317 decision.getMaxRetryCount() - 1)); in runTests()
1142 && decision.getMaxRetryCount() > 1 in invoke()
1088 && decision.getMaxRetryCount() > 1) { in runWithRerun()
655 doReturn(2).when(mMockDecision).getMaxRetryCount(); in testRun_preparationPassAfterRetry_report2times()