Home
last modified time | relevance | path

Searched defs: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
329 List<Double> labelMaxes = (List<Double>) e.getProperty(LABEL_MAXES); in fromEntity() local