Searched refs:BoxPlot (Results 1 – 3 of 3) sorted by relevance
21 import com.android.vts.util.BoxPlot;151 Map<String, BoxPlot> plotMap = new HashMap<>(); in doGetHandler()155 … pp.getProfilingPointName(), new BoxPlot(pp.getProfilingPointName(), null, pp.getXLabel())); in doGetHandler()157 BoxPlot plot = plotMap.get(pp.getProfilingPointName()); in doGetHandler()172 List<BoxPlot> plots = new ArrayList<>(); in doGetHandler()174 BoxPlot plot = plotMap.get(key); in doGetHandler()182 .registerTypeHierarchyAdapter(BoxPlot.class, new GraphSerializer()) in doGetHandler()
32 public class BoxPlot extends Graph { class51 public BoxPlot(String name, String xLabel, String yLabel) { in BoxPlot() method in BoxPlot
54 * lineGraph: a JSON-serialized BoxPlot.