Home
last modified time | relevance | path

Searched refs:REGRESSION_MODE (Results 1 – 2 of 2) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointEntity.java51 public static final String REGRESSION_MODE = "regressionMode"; field in ProfilingPointEntity
155 profilingPoint.setUnindexedProperty(REGRESSION_MODE, this.regressionMode); in toEntity()
175 || !e.hasProperty(REGRESSION_MODE) in fromEntity()
186 int regressionMode = (int) (long) e.getProperty(REGRESSION_MODE); in fromEntity()
DProfilingPointRunEntity.java54 public static final String REGRESSION_MODE = "regressionMode"; field in ProfilingPointRunEntity
237 profilingRun.setUnindexedProperty(REGRESSION_MODE, this.regressionMode); in toEntity()
262 || !e.hasProperty(REGRESSION_MODE) in fromEntity()
273 int regressionMode = (int) (long) e.getProperty(REGRESSION_MODE); in fromEntity()