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.java43 private InstrumentationSerialTest mInstrumentationSerialTest;
80 new InstrumentationSerialTest(mockITest, testList) { in testRun()
124 mInstrumentationSerialTest = new InstrumentationSerialTest(mockITest, testList) { in testRun_runFailure()
132 int expectedAttempts = InstrumentationSerialTest.FAILED_RUN_TEST_ATTEMPTS+1; in testRun_runFailure()
159 new InstrumentationSerialTest( in testRun_noDevice()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationSerialTest.java36 class InstrumentationSerialTest implements IRemoteTest { class
53 InstrumentationSerialTest( in InstrumentationSerialTest() method in InstrumentationSerialTest
DInstrumentationTest.java967 return new InstrumentationSerialTest(this, tests); in getTestReRunner()