Home
last modified time | relevance | path

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

/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsPerformanceJobServletTest.java126 summary.updateLabel(pt, LABEL); in setUp()
127 summary.updateLabel(pt, LABEL); in setUp()
138 summary.updateLabel(pt, LABEL); in setUp()
139 summary.updateLabel(pt, LABEL); in setUp()
154 summary.updateLabel(pt, LABEL); in setUp()
155 summary.updateLabel(pt, LABEL); in setUp()
166 summary.updateLabel(pt, LABEL); in setUp()
167 summary.updateLabel(pt, LABEL); in setUp()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DPerformanceSummary.java97 summaryMap.get(ppSummary.getSeries()).updateLabel(ppSummary, name); in addData()
DProfilingPointSummary.java106 public void updateLabel(ProfilingPointSummaryEntity ppSummary, String label) { in updateLabel() method in ProfilingPointSummary
/test/vti/dashboard/src/test/java/com/android/vts/util/
DProfilingPointSummaryTest.java139 summary.updateLabel(pt, labels[0]); in testUpdateLabelGrouped()