Home
last modified time | relevance | path

Searched refs:RetryFactoryTest (Results 1 – 6 of 6) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTestTest.java59 private RetryFactoryTest mFactory;
133 mFactory = new RetryFactoryTest() { in setUp()
177 mFactory = new RetryFactoryTest() { in testValidation()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/suite/
DCompatibilityTestSuite.java21 import com.android.compatibility.common.tradefed.testtype.retry.RetryFactoryTest;
56 @Option(name = RetryFactoryTest.RETRY_OPTION,
/test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/
DVtsRetryFactoryTest.java27 public class VtsRetryFactoryTest extends RetryFactoryTest {
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousResultLoader.java22 import com.android.compatibility.common.tradefed.testtype.retry.RetryFactoryTest;
76 @Option(name = RetryFactoryTest.RETRY_OPTION,
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java19 import com.android.compatibility.common.tradefed.testtype.retry.RetryFactoryTest;
122 @Option(name = RetryFactoryTest.RETRY_OPTION,
128 @Option(name = RetryFactoryTest.RETRY_TYPE_OPTION,
129 description = "used with " + RetryFactoryTest.RETRY_OPTION
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTest.java63 public class RetryFactoryTest class