Home
last modified time | relevance | path

Searched refs:setForceAbi (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationSerialTest.java73 runner.setForceAbi(instrumentationTest.getForceAbi()); in createInstrumentationTest()
DInstrumentationFileTest.java83 mInstrumentationTest.setForceAbi(instrumentationTest.getForceAbi()); in InstrumentationFileTest()
DInstrumentationTest.java570 public void setForceAbi(String abi) { in setForceAbi() method in InstrumentationTest
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationTestTest.java167 mInstrumentationTest.setForceAbi("test"); in testRun_bothAbi()