Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointSummaryEntity.java59 public static final String LABEL_MEANS = "labelMeans"; field in ProfilingPointSummaryEntity
273 profilingSummary.setUnindexedProperty(LABEL_MEANS, labelMeans); in toEntity()
326 List<Double> labelMeans = (List<Double>) e.getProperty(LABEL_MEANS); in fromEntity()