Searched refs:attributionTagToLabelMap (Results 1 – 1 of 1) sorted by relevance
315 Map<String, Integer> attributionTagToLabelMap = new HashMap<>(); in getAttributionTagToLabelMap() local317 attributionTagToLabelMap.put(attribution.getTag(), attribution.getLabel()); in getAttributionTagToLabelMap()319 return attributionTagToLabelMap; in getAttributionTagToLabelMap()328 Map<String, Integer> attributionTagToLabelMap = in getAttributionLabelledGroupUsages() local350 Integer label = attributionTagToLabelMap.get(attributedOp.getTag()); in getAttributionLabelledGroupUsages()