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.java649 List<String> runOptions = new ArrayList<>(); in getRunOptions() local
654 runOptions.add("--no-hidden-api-checks"); in getRunOptions()
662 runOptions.add("--no-test-api-access"); in getRunOptions()
666 runOptions.add("--no-isolated-storage"); in getRunOptions()
670 runOptions.add("--no-window-animation"); in getRunOptions()
673 runOptions.add("--no-restart"); in getRunOptions()
676 runOptions.add("--instrument-sdk-in-sandbox"); in getRunOptions()
679 runOptions.add("--instrument-sdk-sandbox"); in getRunOptions()
684 runOptions.add(String.format("--abi %s", abiName)); in getRunOptions()
686 return runOptions; in getRunOptions()
[all …]
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java793 String runOptions = ""; in doRunTests() local
799 runOptions += "--no-hidden-api-checks "; in doRunTests()
804 runOptions += "--no-test-api-access "; in doRunTests()
808 runOptions += "--no-isolated-storage "; in doRunTests()
812 runOptions += "--no-window-animation "; in doRunTests()
816 runOptions += "--no-restart "; in doRunTests()
820 runOptions += String.format("--abi %s", getAbi().getName()); in doRunTests()
823 if (!runOptions.isEmpty()) { in doRunTests()
824 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()