Searched refs:instrumentationTest (Results 1 – 3 of 3) sorted by relevance
54 InstrumentationTest instrumentationTest, Collection<TestDescription> testsToRun) in InstrumentationSerialTest() argument57 mInstrumentationTest = createInstrumentationTest(instrumentationTest); in InstrumentationSerialTest()68 InstrumentationTest createInstrumentationTest(InstrumentationTest instrumentationTest) in createInstrumentationTest() argument71 OptionCopier.copyOptions(instrumentationTest, runner); in createInstrumentationTest()72 runner.setDevice(instrumentationTest.getDevice()); in createInstrumentationTest()73 runner.setForceAbi(instrumentationTest.getForceAbi()); in createInstrumentationTest()
73 InstrumentationTest instrumentationTest, in InstrumentationFileTest() argument81 OptionCopier.copyOptions(instrumentationTest, mInstrumentationTest); in InstrumentationFileTest()82 mInstrumentationTest.setDevice(instrumentationTest.getDevice()); in InstrumentationFileTest()83 mInstrumentationTest.setForceAbi(instrumentationTest.getForceAbi()); in InstrumentationFileTest()
83 InstrumentationTest instrumentationTest) throws ConfigurationException { in testRun()126 InstrumentationTest createInstrumentationTest(InstrumentationTest instrumentationTest) in testRun_runFailure()