Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/permission/
DPermissionUsageHelper.java335 ArrayMap<String, Map<String, String>> subAttributionLabelsMap = new ArrayMap<>(); in getOpUsageDataByDevice() local
344 updateSubattributionLabelsMap(rawUsages.get(permGroup), subAttributionLabelsMap); in getOpUsageDataByDevice() local
356 String attributionLabel = subAttributionLabelsMap.getOrDefault(usage.packageName, in getOpUsageDataByDevice()
398 ArrayMap<String, Map<String, String>> subAttributionLabelsMap) { in updateSubattributionLabelsMap() argument
403 if (usage.attributionTag != null && !subAttributionLabelsMap.containsKey( in updateSubattributionLabelsMap()
405 subAttributionLabelsMap.put(usage.packageName, in updateSubattributionLabelsMap()