HomeSort by relevance Sort by last modified time
    Searched defs:regressionMode (Results 1 - 4 of 4) sorted by null

  /test/vti/dashboard/src/main/java/com/android/vts/util/
ProfilingPointSummary.java 32 private VtsProfilingRegressionMode regressionMode;
38 String xLabel, String yLabel, VtsProfilingRegressionMode regressionMode) {
42 this.regressionMode = regressionMode;
74 return regressionMode;
  /test/vti/dashboard/src/main/java/com/android/vts/entity/
ProfilingPointEntity.java 38 public static final String REGRESSION_MODE = "regressionMode";
47 public final VtsProfilingRegressionMode regressionMode;
57 * @param regressionMode The (number) mode to use for detecting regression.
65 int regressionMode,
72 this.regressionMode = VtsProfilingRegressionMode.valueOf(regressionMode);
94 profilingPoint.setUnindexedProperty(REGRESSION_MODE, this.regressionMode.getNumber());
125 int regressionMode = (int) (long) e.getProperty(REGRESSION_MODE);
130 testName, profilingPointName, type, regressionMode, xLabel, yLabel);
ProfilingPointRunEntity.java 40 public static final String REGRESSION_MODE = "regressionMode";
51 public final VtsProfilingRegressionMode regressionMode;
64 * @param regressionMode The (number) mode to use for detecting regression.
75 int regressionMode,
84 this.regressionMode = VtsProfilingRegressionMode.valueOf(regressionMode);
96 profilingRun.setUnindexedProperty(REGRESSION_MODE, this.regressionMode.getNumber());
133 int regressionMode = (int) (long) e.getProperty(REGRESSION_MODE);
146 parentKey, name, type, regressionMode, labels, values, xLabel, yLabel, options);
173 VtsProfilingRegressionMode regressionMode = profilingReport.getRegressionMode()
    [all...]
  /test/vti/dashboard/src/main/java/com/android/vts/api/
TestDataForDevServlet.java 123 private int regressionMode;
234 testRunProfile.regressionMode, testRunProfile.labels,

Completed in 412 milliseconds