Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelper.java155 ISubPlan subPlan = new SubPlan(); in getSubPlanByName() local
191 ISubPlan subPlan = createSubPlan(buildHelper); in createAndSerializeSubPlan() local
217 ISubPlan subPlan = new SubPlan(); in createSubPlan() local
280 static void addIncludeToSubPlan(ISubPlan subPlan, TestFilter include) { in addIncludeToSubPlan()
298 static void addExcludeToSubPlan(ISubPlan subPlan, TestFilter exclude) { in addExcludeToSubPlan()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelperTest.java128 ISubPlan subPlan = new SubPlan(); in testAddInclude() local
136 ISubPlan subPlan = new SubPlan(); in testAddExclude() local
144 ISubPlan subPlan = new SubPlan(); in testAddParameterizedInclude() local
155 ISubPlan subPlan = new SubPlan(); in testAddParameterizedExclude() local
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DSubPlanTest.java54 ISubPlan subPlan = new SubPlan(); in testSerialization() local
108 ISubPlan subPlan = new SubPlan(); in checkSubPlan() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/suite/
DCompatibilityTestSuite.java118 ISubPlan subPlan = new SubPlan(); in setupFilters() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DRetryFilterHelper.java88 public RetryFilterHelper(CompatibilityBuildHelper build, int sessionId, String subPlan, in RetryFilterHelper()