Home
last modified time | relevance | path

Searched refs:createInstrumentationTest (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationFileTestTest.java128 InstrumentationTest createInstrumentationTest() { in testRun_singleSuccessfulTest()
217 InstrumentationTest createInstrumentationTest() { in testRun_reRunOneFailedToCompleteTest()
327 InstrumentationTest createInstrumentationTest() { in testRun_serialReRunOfTwoFailedToCompleteTests()
404 InstrumentationTest createInstrumentationTest() { in testRun_noSerialReRun()
517 InstrumentationTest createInstrumentationTest() { in testRun_exceedMaxAttempts()
614 InstrumentationTest createInstrumentationTest() { in testRun_parameterized()
DInstrumentationSerialTestTest.java92 InstrumentationTest createInstrumentationTest( in testRun()
137 InstrumentationTest createInstrumentationTest(InstrumentationTest instrumentationTest) in testRun_runFailure()
214 InstrumentationTest createInstrumentationTest( in testRun_package()
DInstalledInstrumentationsTestTest.java234 InstrumentationTest createInstrumentationTest() { in createInstalledInstrumentationsTest()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationSerialTest.java60 mInstrumentationTest = createInstrumentationTest(instrumentationTest); in InstrumentationSerialTest()
71 InstrumentationTest createInstrumentationTest(InstrumentationTest instrumentationTest) in createInstrumentationTest() method in InstrumentationSerialTest
96 InstrumentationTest runner = createInstrumentationTest(mInstrumentationTest); in run()
DInstrumentationFileTest.java82 mInstrumentationTest = createInstrumentationTest(); in InstrumentationFileTest()
270 InstrumentationTest createInstrumentationTest() { in createInstrumentationTest() method in InstrumentationFileTest
DInstalledInstrumentationsTest.java354 InstrumentationTest t = createInstrumentationTest(); in buildTests()
452 InstrumentationTest createInstrumentationTest() { in createInstrumentationTest() method in InstalledInstrumentationsTest
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DInstrumentationPreparerTest.java80 InstrumentationTest createInstrumentationTest() { in testRun()
106 InstrumentationTest createInstrumentationTest() { in testRun_testFailed()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DInstrumentationPreparer.java122 final InstrumentationTest test = createInstrumentationTest(); in runInstrumentation()
164 InstrumentationTest createInstrumentationTest() { in createInstrumentationTest() method in InstrumentationPreparer