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

  /cts/tools/utils/
buildCts.py 120 plan = tools.TestPlan(packages)
126 plan = tools.TestPlan(packages)
133 plan = tools.TestPlan(packages)
142 plan = tools.TestPlan(packages)
148 plan = tools.TestPlan(packages)
152 plan = tools.TestPlan(packages)
156 plan = tools.TestPlan(packages)
182 plan = tools.TestPlan(packages)
192 plan = tools.TestPlan(packages)
205 plan = tools.TestPlan(packages
    [all...]
  /cts/tools/utils/cts/
tools.py 110 class TestPlan(object):
202 plan = doc.createElement('TestPlan')
  /test/vti/dashboard/src/main/java/com/android/vts/api/
TestDataForDevServlet.java 163 private List<TestPlan> testPlanList;
165 private class TestPlan {
308 tprdObj.testPlanList.forEach(testPlan -> {
309 Entity testPlanEntity = new TestPlanEntity(testPlan.testPlanName).toEntity();
311 for (int idx = 0; idx < testPlan.testModules.size(); idx++) {
312 String test = testPlan.testModules.get(idx);
313 long time = testPlan.testTimes.get(idx);
359 new TestPlanRunEntity(testPlanEntity.getKey(), testPlan.testPlanName,

Completed in 176 milliseconds