Home
last modified time | relevance | path

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

/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DDalvikTest.java473 DalvikTest catchAll = new DalvikTest(); in split() local
474 OptionCopier.copyOptionsNoThrow(this, catchAll); in split()
475 catchAll.mAbi = mAbi; in split()
476 shards.add(catchAll); in split()
479 catchAll.mRuntimeHint = runtimeHint; in split()
481 catchAll.addExcludeFilter(packageName); in split()