Searched refs:RetryFactoryTest (Results 1 – 6 of 6) sorted by relevance
59 private RetryFactoryTest mFactory;133 mFactory = new RetryFactoryTest() { in setUp()177 mFactory = new RetryFactoryTest() { in testValidation()
21 import com.android.compatibility.common.tradefed.testtype.retry.RetryFactoryTest;56 @Option(name = RetryFactoryTest.RETRY_OPTION,
27 public class VtsRetryFactoryTest extends RetryFactoryTest {
22 import com.android.compatibility.common.tradefed.testtype.retry.RetryFactoryTest;76 @Option(name = RetryFactoryTest.RETRY_OPTION,
19 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
63 public class RetryFactoryTest class