Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationFileTest.java84 mInstrumentationTest.setForceAbi(instrumentationTest.getForceAbi()); in InstrumentationFileTest()
DInstrumentationTest.java618 public void setForceAbi(String abi) { in setForceAbi() method in InstrumentationTest
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DInstrumentationTestTest.java238 mInstrumentationTest.setForceAbi("test"); in testRun_bothAbi()