Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelper.java246 addExcludeToSubPlan(subPlan, testExclude); in createSubPlan()
267 addExcludeToSubPlan(subPlan, moduleExclude); in createSubPlan()
298 static void addExcludeToSubPlan(ISubPlan subPlan, TestFilter exclude) { in addExcludeToSubPlan() method in SubPlanHelper
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelperTest.java138 SubPlanHelper.addExcludeToSubPlan(subPlan, tf); in testAddExclude()
158 SubPlanHelper.addExcludeToSubPlan(subPlan, filterWithSuffix); in testAddParameterizedExclude()