Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointSummaryEntity.java61 public static final String LABEL_MINS = "labelMins"; field in ProfilingPointSummaryEntity
275 profilingSummary.setUnindexedProperty(LABEL_MINS, labelMins); in toEntity()
328 List<Double> labelMins = (List<Double>) e.getProperty(LABEL_MINS); in fromEntity()