Home
last modified time | relevance | path

Searched defs:excludes (Results 1 – 1 of 1) sorted by relevance

/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DDalvikTestRunner.java126 Set<String> includes, Set<String> excludes) { in collectTests()
132 collectTests((TestSuite) test, listener, includes, excludes); in collectTests() local
141 private static boolean shouldCollect(Test test, Set<String> includes, Set<String> excludes) { in shouldCollect()