Home
last modified time | relevance | path

Searched refs:tableTitles (Results 1 – 2 of 2) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowPerformanceDigestServlet.java221 List<String> tableTitles = new ArrayList<>(); in doGetHandler() local
238 tableTitles.add(profilingPointName); in doGetHandler()
253 request.setAttribute("tableTitles", tableTitles); in doGetHandler()
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_performance_digest.jsp88 <h5 class="profiling-name truncate">${tableTitles[loop.index]}</h5>