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.java54 InstrumentationTest instrumentationTest, Collection<TestDescription> testsToRun) in InstrumentationSerialTest() argument
57 mInstrumentationTest = createInstrumentationTest(instrumentationTest); in InstrumentationSerialTest()
68 InstrumentationTest createInstrumentationTest(InstrumentationTest instrumentationTest) in createInstrumentationTest() argument
71 OptionCopier.copyOptions(instrumentationTest, runner); in createInstrumentationTest()
72 runner.setDevice(instrumentationTest.getDevice()); in createInstrumentationTest()
73 runner.setForceAbi(instrumentationTest.getForceAbi()); in createInstrumentationTest()
DInstrumentationFileTest.java73 InstrumentationTest instrumentationTest, in InstrumentationFileTest() argument
81 OptionCopier.copyOptions(instrumentationTest, mInstrumentationTest); in InstrumentationFileTest()
82 mInstrumentationTest.setDevice(instrumentationTest.getDevice()); in InstrumentationFileTest()
83 mInstrumentationTest.setForceAbi(instrumentationTest.getForceAbi()); in InstrumentationFileTest()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationSerialTestTest.java83 InstrumentationTest instrumentationTest) throws ConfigurationException { in testRun()
126 InstrumentationTest createInstrumentationTest(InstrumentationTest instrumentationTest) in testRun_runFailure()