Home
last modified time | relevance | path

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

/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DDalvikTestRunner.java133 } else if (shouldCollect(test, includes, excludes)) { in collectTests()
141 private static boolean shouldCollect(Test test, Set<String> includes, Set<String> excludes) { in shouldCollect() method in DalvikTestRunner