Home
last modified time | relevance | path

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

/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DDalvikTest.java183 private boolean mCollectTestsOnly = false; field in DalvikTest
328 mCollectTestsOnly = shouldCollectTest; in setCollectTestsOnly()
417 String collectTestsOnlyString = (mCollectTestsOnly) ? "--collect-tests-only" : ""; in run()