Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/v31/
DAppPermissionUsage.java315 Map<String, Integer> attributionTagToLabelMap = new HashMap<>(); in getAttributionTagToLabelMap() local
317 attributionTagToLabelMap.put(attribution.getTag(), attribution.getLabel()); in getAttributionTagToLabelMap()
319 return attributionTagToLabelMap; in getAttributionTagToLabelMap()
328 Map<String, Integer> attributionTagToLabelMap = in getAttributionLabelledGroupUsages() local
350 Integer label = attributionTagToLabelMap.get(attributedOp.getTag()); in getAttributionLabelledGroupUsages()