HomeSort by relevance Sort by last modified time
    Searched refs:testPlanPath (Results 1 - 2 of 2) sorted by null

  /cts/tools/host/src/com/android/cts/
TestHost.java 526 String testPlanPath = sConfig.getPlanRepository().getPlanPath(testPlanName);
527 TestSession ts = TestSessionBuilder.getInstance().build(testPlanPath);
ConsoleUi.java 437 String testPlanPath = null;
450 testPlanPath = HostConfig.getInstance().getPlanRepository()
452 if (testPlanPath == null) {
    [all...]

Completed in 235 milliseconds