Searched refs:subAttributionLabelsMap (Results 1 – 1 of 1) sorted by relevance
335 ArrayMap<String, Map<String, String>> subAttributionLabelsMap = new ArrayMap<>(); in getOpUsageData() local344 updateSubattributionLabelsMap(rawUsages.get(permGroup), subAttributionLabelsMap); in getOpUsageData() local356 String attributionLabel = subAttributionLabelsMap.getOrDefault(usage.packageName, in getOpUsageData()370 ArrayMap<String, Map<String, String>> subAttributionLabelsMap) { in updateSubattributionLabelsMap() argument375 if (usage.attributionTag != null && !subAttributionLabelsMap.containsKey( in updateSubattributionLabelsMap()377 subAttributionLabelsMap.put(usage.packageName, in updateSubattributionLabelsMap()