Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/util/
DGraph.java32 public static enum GraphType { LINE_GRAPH, HISTOGRAM, BOX_PLOT } enumConstant
DLineGraph.java36 private GraphType type = GraphType.LINE_GRAPH;
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_graph.jsp74 if (graph.type == 'LINE_GRAPH') drawLineGraph(graph);