Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/suite/
DCompatibilityTestSuite.java117 InputStream subPlanInputStream = new FileInputStream(subPlanFile); in setupFilters() local
119 subPlan.parse(subPlanInputStream); in setupFilters()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelper.java147 InputStream subPlanInputStream = null; in getSubPlanByName() local
154 subPlanInputStream = new FileInputStream(subPlanFile); in getSubPlanByName()
156 subPlan.parse(subPlanInputStream); in getSubPlanByName()
162 StreamUtil.close(subPlanInputStream); in getSubPlanByName()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DSubPlanTest.java107 InputStream subPlanInputStream = new FileInputStream(subPlanFile); in checkSubPlan() local
109 subPlan.parse(subPlanInputStream); in checkSubPlan()