Searched refs:RetryType (Results 1 – 8 of 8) sorted by relevance
52 protected RetryType mRetryType = null;88 String moduleName, String testName, RetryType retryType) { in RetryFilterHelper()201 if (RetryType.CUSTOM.equals(mRetryType)) { in populateRetryFilters()234 if (RetryType.FAILED.equals(mRetryType)) { in populateFiltersBySubPlan()237 } else if (RetryType.NOT_EXECUTED.equals(mRetryType)){ in populateFiltersBySubPlan()
22 public enum RetryType { enum
21 import com.android.compatibility.common.tradefed.util.RetryType;49 String moduleName, String testName, RetryType retryType) { in VtsRetryFilterHelper()
34 private static final RetryType TEST_RETRY_TYPE = RetryType.FAILED;
21 import com.android.compatibility.common.tradefed.util.RetryType;142 protected RetryType mRetryType = null;
64 new HashSet<String>(), "ABI_NAME", "MODULE_NAME", "TEST_NAME", RetryType.FAILED); in setUp()
22 import com.android.compatibility.common.tradefed.util.RetryType;133 private RetryType mRetryType = null;967 return !(RetryType.FAILED.equals(mRetryType) in canMarkDone()968 || RetryType.CUSTOM.equals(mRetryType) in canMarkDone()
25 import com.android.compatibility.common.tradefed.util.RetryType;172 private RetryType mRetryType = null;937 protected RetryType getRetryType() { in getRetryType()