Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v31/
DReviewOngoingUsageFragment.java163 Map<PackageAttribution, List<CharSequence>> attrLabels = allUsages.getShownAttributions(); in updateDialogView() local
245 if (group.equals(MICROPHONE) && attrLabels.containsKey(usage.getKey())) { in updateDialogView()
247 attrLabels.get(usage.getKey())); in updateDialogView()