Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowPlanRunServlet.java100 long moduleCount = 0; in doGetHandler() local
116 moduleCount = testPlanRun.getTestRuns().size(); in doGetHandler()
156 request.setAttribute("moduleCount", new Gson().toJson(moduleCount)); in doGetHandler()
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_plan_run.jsp142 var moduleCount = ${moduleCount};
151 details.append('<b>Modules: </b>' + moduleCount + '<br>');
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTest.java387 int moduleCount = modules.size(); in run() local
388 if (moduleCount == 0) { in run()
417 for (int i = 0; i < moduleCount; i++) { in run()