Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationSerialTest.java56 InstrumentationTest instrumentationTest, Collection<TestDescription> testsToRun) in InstrumentationSerialTest() argument
59 mInstrumentationTest = createInstrumentationTest(instrumentationTest); in InstrumentationSerialTest()
70 InstrumentationTest createInstrumentationTest(InstrumentationTest instrumentationTest) in createInstrumentationTest() argument
73 OptionCopier.copyOptions(instrumentationTest, runner); in createInstrumentationTest()
74 runner.setDevice(instrumentationTest.getDevice()); in createInstrumentationTest()
75 runner.setForceAbi(instrumentationTest.getForceAbi()); in createInstrumentationTest()
DInstrumentationFileTest.java75 InstrumentationTest instrumentationTest, in InstrumentationFileTest() argument
83 OptionCopier.copyOptions(instrumentationTest, mInstrumentationTest); in InstrumentationFileTest()
84 mInstrumentationTest.setDevice(instrumentationTest.getDevice()); in InstrumentationFileTest()
85 mInstrumentationTest.setForceAbi(instrumentationTest.getForceAbi()); in InstrumentationFileTest()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationSerialTestTest.java82 InstrumentationTest instrumentationTest) throws ConfigurationException { in testRun()
125 InstrumentationTest createInstrumentationTest(InstrumentationTest instrumentationTest) in testRun_runFailure()
202 InstrumentationTest instrumentationTest) throws ConfigurationException { in testRun_package()