Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointSummaryEntity.java85 @Index private List<String> labelCounts; field in ProfilingPointSummaryEntity
262 List<Long> labelCounts = new ArrayList<>(); in toEntity() local
270 labelCounts.add(new Long(labelStat.getCount())); in toEntity()
277 profilingSummary.setUnindexedProperty(LABEL_COUNTS, labelCounts); in toEntity()
330 List<Long> labelCounts = (List<Long>) e.getProperty(LABEL_COUNTS); in fromEntity() local
335 || labels.size() != labelCounts.size()) { in fromEntity()
347 labelCounts.get(i).intValue(), in fromEntity()