Home
last modified time | relevance | path

Searched refs:InstrumentationSerialTest (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationSerialTestTest.java42 private InstrumentationSerialTest mInstrumentationSerialTest;
79 new InstrumentationSerialTest(mockITest, testList) { in testRun()
123 mInstrumentationSerialTest = new InstrumentationSerialTest(mockITest, testList) { in testRun_runFailure()
131 int expectedAttempts = InstrumentationSerialTest.FAILED_RUN_TEST_ATTEMPTS; in testRun_runFailure()
162 new InstrumentationSerialTest( in testRun_noDevice()
199 new InstrumentationSerialTest(mockITest, testList) { in testRun_package()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationSerialTest.java38 class InstrumentationSerialTest implements IRemoteTest { class
55 InstrumentationSerialTest( in InstrumentationSerialTest() method in InstrumentationSerialTest
DInstrumentationTest.java1028 return new InstrumentationSerialTest(this, tests); in getTestReRunner()