Searched refs:attributionTagToLabelMap (Results 1 – 1 of 1) sorted by relevance
372 Map<String, Integer> attributionTagToLabelMap = new HashMap<>(); in getAttributionTagToLabelMap() local374 attributionTagToLabelMap.put(attribution.getTag(), attribution.getLabel()); in getAttributionTagToLabelMap()376 return attributionTagToLabelMap; in getAttributionTagToLabelMap()382 Map<String, Integer> attributionTagToLabelMap = in getAttributionLabelledGroupUsages() local404 Integer label = attributionTagToLabelMap.get(attributedOp.getTag()); in getAttributionLabelledGroupUsages()