Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DUiAutomatorTest.java255 String runOptions = ""; in createTestRunner() local
260 runOptions += "--no-hidden-api-checks "; in createTestRunner()
268 runOptions += "--no-test-api-access "; in createTestRunner()
272 runOptions += "--no-isolated-storage "; in createTestRunner()
276 runOptions += "--no-window-animation "; in createTestRunner()
280 if (!runOptions.isEmpty()) { in createTestRunner()
281 runner.setRunOptions(runOptions); in createTestRunner()
DInstrumentationTest.java687 String runOptions = ""; in createRemoteAndroidTestRunner() local
692 runOptions += "--no-hidden-api-checks "; in createRemoteAndroidTestRunner()
700 runOptions += "--no-test-api-access "; in createRemoteAndroidTestRunner()
704 runOptions += "--no-isolated-storage "; in createRemoteAndroidTestRunner()
708 runOptions += "--no-window-animation "; in createRemoteAndroidTestRunner()
713 runOptions += String.format("--abi %s", abiName); in createRemoteAndroidTestRunner()
716 if (!runOptions.isEmpty()) { in createRemoteAndroidTestRunner()
717 runner.setRunOptions(runOptions); in createRemoteAndroidTestRunner()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java712 String runOptions = ""; in doRunTests() local
718 runOptions += "--no-hidden-api-checks "; in doRunTests()
723 runOptions += "--no-test-api-access "; in doRunTests()
727 runOptions += "--no-isolated-storage "; in doRunTests()
731 runOptions += "--no-window-animation "; in doRunTests()
735 runOptions += String.format("--abi %s", getAbi().getName()); in doRunTests()
738 if (!runOptions.isEmpty()) { in doRunTests()
739 testRunner.setRunOptions(runOptions); in doRunTests()
/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()