Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/util/
DRetryFilterHelperTest.java56 Set<String> exclude = new HashSet<>(); in testClearOptions() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelper.java298 static void addExcludeToSubPlan(ISubPlan subPlan, TestFilter exclude) { in addExcludeToSubPlan()