Home
last modified time | relevance | path

Searched defs:subPlan (Results 1 – 7 of 7) 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/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/util/
DVtsRetryFilterHelper.java47 public VtsRetryFilterHelper(CompatibilityBuildHelper build, int sessionId, String subPlan, in VtsRetryFilterHelper()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/suite/
DCompatibilityTestSuite.java127 ISubPlan subPlan = new SubPlan(); in setupFilters() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DRetryFilterHelper.java86 public RetryFilterHelper(CompatibilityBuildHelper build, int sessionId, String subPlan, in RetryFilterHelper()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTest.java756 ISubPlan subPlan = SubPlanHelper.getSubPlanByName(mBuildHelper, mSubPlan); in setupFilters() local