Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsPerformanceJobServlet.java71 private static final String COL_LABEL_STYLE = field in VtsPerformanceJobServlet
151 tableHTML += "<th style='" + COL_LABEL_STYLE + "'>" + deltaString + "</th>"; in getPerformanceSummary()
154 tableHTML += "<th style='" + COL_LABEL_STYLE + "'>"; in getPerformanceSummary()
157 tableHTML += "<th style='" + COL_LABEL_STYLE + "'>" + bestCaseString + "</th>"; in getPerformanceSummary()
158 tableHTML += "<th style='" + COL_LABEL_STYLE + "'>" + MEAN + "</th>"; in getPerformanceSummary()
159 tableHTML += "<th style='" + COL_LABEL_STYLE + "'>" + STD + "</th>"; in getPerformanceSummary()