Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/util/
DGraph.java53 public abstract String getYLabel(); in getYLabel() method in Graph
85 json.add(Y_LABEL_KEY, new JsonPrimitive(getYLabel())); in toJson()
DPerformanceSummary.java82 profilingPoint.getYLabel(), in addData()
94 profilingPoint.getYLabel(), in addData()
DLineGraph.java80 public String getYLabel() { in getYLabel() method in LineGraph
108 yLabel = profilingPoint.getYLabel(); in addData()
DHistogram.java86 public String getYLabel() { in getYLabel() method in Histogram
129 yLabel = profilingPoint.getYLabel(); in addData()
DBoxPlot.java97 public String getYLabel() { in getYLabel() method in BoxPlot
/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java269 assertEquals(profilingPointRunEntity.getYLabel(), profilingPointEntity.getYLabel()); in testNewSummary()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsProfilingStatsJobServlet.java128 profilingPointRun.getYLabel()); in updateSummaries()