Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelperTest.java21 import com.android.compatibility.common.tradefed.testtype.SubPlan;
128 ISubPlan subPlan = new SubPlan(); in testAddInclude()
136 ISubPlan subPlan = new SubPlan(); in testAddExclude()
144 ISubPlan subPlan = new SubPlan(); in testAddParameterizedInclude()
155 ISubPlan subPlan = new SubPlan(); in testAddParameterizedExclude()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/suite/
DCompatibilityTestSuite.java20 import com.android.compatibility.common.tradefed.testtype.SubPlan;
118 ISubPlan subPlan = new SubPlan(); in setupFilters()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DSubPlan.java36 public class SubPlan extends AbstractXmlParser implements ISubPlan { class
53 public SubPlan() { in SubPlan() method in SubPlan
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DSubPlanTest.java54 ISubPlan subPlan = new SubPlan(); in testSerialization()
108 ISubPlan subPlan = new SubPlan(); in checkSubPlan()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelper.java20 import com.android.compatibility.common.tradefed.testtype.SubPlan;
155 ISubPlan subPlan = new SubPlan(); in getSubPlanByName()
217 ISubPlan subPlan = new SubPlan(); in createSubPlan()