Home
last modified time | relevance | path

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

/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelper.java144 File subPlanFile = new File(buildHelper.getSubPlansDir(), name); in getSubPlanByName()
404 mSubPlanFile = new File(buildHelper.getSubPlansDir(), mSubPlanName + XML_EXT); in setupFields()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelper.java193 public File getSubPlansDir() throws FileNotFoundException { in getSubPlansDir() method in CompatibilityBuildHelper
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelperTest.java206 public File getSubPlansDir() throws FileNotFoundException { in getSubPlansDir() method in SubPlanHelperTest.SpctMockCompatibilityBuildHelper
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/suite/
DCompatibilityTestSuite.java219 File subPlanFile = new File(mBuildHelper.getSubPlansDir(), mSubPlan + ".xml"); in setupFilters()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java385 files = getBuildHelper().getSubPlansDir().listFiles(); in listSubPlans()