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