Searched refs:runOptions (Results 1 – 5 of 5) sorted by relevance
255 String runOptions = ""; in createTestRunner() local260 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()
687 String runOptions = ""; in createRemoteAndroidTestRunner() local692 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()
712 String runOptions = ""; in doRunTests() local718 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()
300 String runOptions = ""; in createRemoteAndroidTestRunner() local305 runOptions += "--no-isolated-storage "; in createRemoteAndroidTestRunner()308 runner.setRunOptions(runOptions); in createRemoteAndroidTestRunner()
343 String runOptions = ""; in createRemoteAndroidTestRunner() local347 runOptions += "--no-isolated-storage "; in createRemoteAndroidTestRunner()350 runner.setRunOptions(runOptions); in createRemoteAndroidTestRunner()