HomeSort by relevance Sort by last modified time
    Searched defs:planPath (Results 1 - 4 of 4) sorted by null

  /cts/tools/host/test/com/android/cts/
TestSessionLogBuilderTests.java 129 String planPath =
131 createFile(testPlanConfigStr, planPath);
TestPlanBuilderTests.java 185 String planPath =
188 Log.i("planPath=" + planPath);
TestSessionBuilderTests.java 105 String planPath =
107 createFile(testPlanConfigStr, planPath);
112 TestSession ts = TestSessionBuilder.getInstance().build(planPath, Profile.ALL);
202 String planPath = HostConfig.getInstance().getPlanRepository()
204 createFile(testPlanConfigStr, planPath);
207 Collection<String> entries = TestPlan.getEntries(planPath, removedPkgList);
216 entries = TestPlan.getEntries(planPath, removedPkgList);
286 String planPath =
288 createFile(testPlanConfigStr, planPath);
293 TestSession ts = TestSessionBuilder.getInstance().build(planPath, Profile.ALL)
    [all...]
  /cts/tools/host/src/com/android/cts/
ConsoleUi.java     [all...]

Completed in 383 milliseconds