Home
last modified time | relevance | path

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

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