Searched refs:runOptions (Results 1 – 5 of 5) sorted by relevance
636 String runOptions = ""; in doRunTests() local639 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()
239 String runOptions = ""; in createTestRunner() local242 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()
651 String runOptions = ""; in createRemoteAndroidTestRunner() local654 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()
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()