Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java636 String runOptions = ""; in doRunTests() local
639 runOptions += "--no-hidden-api-checks "; in doRunTests()
643 runOptions += "--no-isolated-storage "; in doRunTests()
646 runOptions += String.format("--abi %s", getAbi().getName()); in doRunTests()
649 if (!runOptions.isEmpty()) { in doRunTests()
650 testRunner.setRunOptions(runOptions); in doRunTests()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DUiAutomatorTest.java239 String runOptions = ""; in createTestRunner() local
242 runOptions += "--no-hidden-api-checks "; in createTestRunner()
246 runOptions += "--no-isolated-storage "; in createTestRunner()
249 if (!runOptions.isEmpty()) { in createTestRunner()
250 runner.setRunOptions(runOptions); in createTestRunner()
DInstrumentationTest.java651 String runOptions = ""; in createRemoteAndroidTestRunner() local
654 runOptions += "--no-hidden-api-checks "; in createRemoteAndroidTestRunner()
658 runOptions += "--no-isolated-storage "; in createRemoteAndroidTestRunner()
662 runOptions += String.format("--abi %s", abiName); in createRemoteAndroidTestRunner()
665 if (!runOptions.isEmpty()) { in createRemoteAndroidTestRunner()
666 runner.setRunOptions(runOptions); in createRemoteAndroidTestRunner()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DHermeticLaunchTest.java300 String runOptions = ""; in createRemoteAndroidTestRunner() local
305 runOptions += "--no-isolated-storage "; in createRemoteAndroidTestRunner()
308 runner.setRunOptions(runOptions); in createRemoteAndroidTestRunner()
DAppTransitionTests.java343 String runOptions = ""; in createRemoteAndroidTestRunner() local
347 runOptions += "--no-isolated-storage "; in createRemoteAndroidTestRunner()
350 runner.setRunOptions(runOptions); in createRemoteAndroidTestRunner()