Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstalledInstrumentationsTestTest.java92 assertEquals(ABI, mockInstrumentationTest.getForceAbi()); in testRun()
122 assertEquals(ABI, mockInstrumentationTest.getForceAbi()); in testRun_retry()
200 assertEquals(ABI, mockInstrumentationTest.getForceAbi()); in testRun_withCollectors()
/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.java648 public String getForceAbi() { in getForceAbi() method in InstrumentationTest