Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointRunEntity.java56 public static final String VALUES = "values"; field in ProfilingPointRunEntity
241 profilingRun.setUnindexedProperty(VALUES, this.values); in toEntity()
263 || !e.hasProperty(VALUES) in fromEntity()
274 List<Long> values = (List<Long>) e.getProperty(VALUES); in fromEntity()
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java127 private static final TestCaseResult[] VALUES = values(); field in VtsReportMessage.TestCaseResult
135 return VALUES[desc.getIndex()]; in valueOf()
248 private static final VtsTestType[] VALUES = values(); field in VtsReportMessage.VtsTestType
256 return VALUES[desc.getIndex()]; in valueOf()
380 private static final VtsProfilingRegressionMode[] VALUES = values(); field in VtsReportMessage.VtsProfilingRegressionMode
388 return VALUES[desc.getIndex()]; in valueOf()
512 private static final VtsProfilingType[] VALUES = values(); field in VtsReportMessage.VtsProfilingType
520 return VALUES[desc.getIndex()]; in valueOf()