Home
last modified time | relevance | path

Searched refs:moduleCount (Results 1 – 2 of 2) 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>');