HomeSort by relevance Sort by last modified time
    Searched refs:SERIES (Results 1 - 2 of 2) sorted by null

  /test/vti/dashboard/src/main/java/com/android/vts/entity/
ProfilingPointSummaryEntity.java 55 public static final String SERIES = "series";
64 public final String series; field in class:ProfilingPointSummaryEntity
77 * @param series The string describing the profiling point series (e.g. binder or passthrough).
87 String series,
94 this.series = series == null ? "" : series;
96 this.key = createKey(parentKey, this.branch, this.buildFlavor, this.series, this.startTime)
279 String series = (String) e.getProperty(SERIES); local
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYLegendWidget.java 43 SERIES,
181 // draw each series legend item:

Completed in 205 milliseconds