Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowPerformanceDigestServlet.java92 String sectionLabels) { in getPerformanceSummary() argument
99 tableHTML += sectionLabels; in getPerformanceSummary()
207 String sectionLabels = ""; in doGetHandler() local
214 sectionLabels += "<th class='section-label grey lighten-2 center' "; in doGetHandler()
215 if (colCount++ == 0) sectionLabels += "colspan='3'"; in doGetHandler()
216 else sectionLabels += "colspan='4'"; in doGetHandler()
217 sectionLabels += ">" + content + "</th>"; in doGetHandler()
235 sectionLabels); in doGetHandler()