Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsPerformanceJobServlet.java133 String subtext; in getPerformanceSummary() local
138 subtext = HIGHER_IS_BETTER; in getPerformanceSummary()
143 subtext = LOWER_IS_BETTER; in getPerformanceSummary()
198 tableHTML += "<i style='" + SUBTEXT_STYLE + "'>" + subtext + "</i><br><br>"; in getPerformanceSummary()