Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointSummaryEntity.java60 public static final String LABEL_SUMSQS = "labelSumSqs"; field in ProfilingPointSummaryEntity
274 profilingSummary.setUnindexedProperty(LABEL_SUMSQS, labelSumsqs); in toEntity()
327 List<Double> labelSumsqs = (List<Double>) e.getProperty(LABEL_SUMSQS); in fromEntity()