Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointSummaryEntity.java94 private List<Integer> labelMins; field in ProfilingPointSummaryEntity
260 List<Double> labelMins = new ArrayList<>(); in toEntity() local
268 labelMins.add(labelStat.getMin()); in toEntity()
275 profilingSummary.setUnindexedProperty(LABEL_MINS, labelMins); in toEntity()
328 List<Double> labelMins = (List<Double>) e.getProperty(LABEL_MINS); in fromEntity() local
333 || labels.size() != labelMins.size() in fromEntity()
343 labelMins.get(i), in fromEntity()