Searched refs:updateLabel (Results 1 – 4 of 4) sorted by relevance
/test/vti/dashboard/src/test/java/com/android/vts/job/ |
D | VtsPerformanceJobServletTest.java | 126 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/ |
D | PerformanceSummary.java | 97 summaryMap.get(ppSummary.getSeries()).updateLabel(ppSummary, name); in addData()
|
D | ProfilingPointSummary.java | 106 public void updateLabel(ProfilingPointSummaryEntity ppSummary, String label) { in updateLabel() method in ProfilingPointSummary
|
/test/vti/dashboard/src/test/java/com/android/vts/util/ |
D | ProfilingPointSummaryTest.java | 139 summary.updateLabel(pt, labels[0]); in testUpdateLabelGrouped()
|