Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointSummaryEntity.java88 private List<Integer> labelMaxes; field in ProfilingPointSummaryEntity
261 List<Double> labelMaxes = new ArrayList<>(); in toEntity() local
269 labelMaxes.add(labelStat.getMax()); in toEntity()
276 profilingSummary.setUnindexedProperty(LABEL_MAXES, labelMaxes); in toEntity()
329 List<Double> labelMaxes = (List<Double>) e.getProperty(LABEL_MAXES); in fromEntity() local
334 || labels.size() != labelMaxes.size() in fromEntity()
344 labelMaxes.get(i), in fromEntity()