Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/util/
DProfilingPointSummary.java30 private Map<String, Integer> labelIndices; field in ProfilingPointSummary
40 labelIndices = new HashMap<>(); in ProfilingPointSummary()
54 return labelIndices.containsKey(label); in hasLabel()
65 return statSummaries.get(labelIndices.get(label)); in getStatSummary()
85 if (!labelIndices.containsKey(label)) { in update()
86 labelIndices.put(label, statSummaries.size()); in update()
107 if (!labelIndices.containsKey(label)) { in updateLabel()
108 labelIndices.put(label, labels.size()); in updateLabel()
144 return statSummaries.get(labelIndices.get(label)); in iterator()