Home
last modified time | relevance | path

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

/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DDalvikTestRunner.java96 config.collectTestsOnly = true; in createConfig()
114 if (config.collectTestsOnly) { // only simulate running/passing the tests with the listener in run()
360 boolean collectTestsOnly = false; field in DalvikTestRunner.Config