Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelper.java223 ISubPlan lastSubPlan = SubPlanHelper.getSubPlanByName(buildHelper, mLastSubPlan); in createSubPlan() local
224 subPlan.addAllIncludeFilters(lastSubPlan.getIncludeFilters()); in createSubPlan()
225 subPlan.addAllExcludeFilters(lastSubPlan.getExcludeFilters()); in createSubPlan()