Home
last modified time | relevance | path

Searched refs:runOptions (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java559 String runOptions = ""; in doRunTests() local
562 runOptions += "--no-hidden-api-checks "; in doRunTests()
565 runOptions += String.format("--abi %s", getAbi().getName()); in doRunTests()
568 if (!runOptions.isEmpty()) { in doRunTests()
569 testRunner.setRunOptions(runOptions); in doRunTests()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationTest.java628 String runOptions = ""; in createRemoteAndroidTestRunner() local
631 runOptions += "--no-hidden-api-checks "; in createRemoteAndroidTestRunner()
635 runOptions += String.format("--abi %s", abiName); in createRemoteAndroidTestRunner()
638 if (!runOptions.isEmpty()) { in createRemoteAndroidTestRunner()
639 runner.setRunOptions(runOptions); in createRemoteAndroidTestRunner()