Home
last modified time | relevance | path

Searched defs: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
328 List<Double> labelMins = (List<Double>) e.getProperty(LABEL_MINS); in fromEntity() local