Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointSummaryEntity.java63 public static final String LABEL_COUNTS = "labelCounts"; field in ProfilingPointSummaryEntity
277 profilingSummary.setUnindexedProperty(LABEL_COUNTS, labelCounts); in toEntity()
330 List<Long> labelCounts = (List<Long>) e.getProperty(LABEL_COUNTS); in fromEntity()