Searched refs:permGroupName (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/core/java/android/permission/ |
H A D | PermissionUsageHelper.java | 513 String permGroupName = getGroupForOp(op); in getOpUsages() local 518 if (!usages.containsKey(permGroupName)) { in getOpUsages() 521 usages.put(permGroupName, map); in getOpUsages() 524 usages.get(permGroupName); in getOpUsages() 539 String permGroupName = permGroups.get(i); in getOpUsages() local 540 flattenedUsages.put(permGroupName, new ArrayList<>(usages.get(permGroupName).values())); in getOpUsages()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
H A D | SystemEventCoordinator.kt | 162 return one.map { it.application.uid to it.privacyType.permGroupName }.toSet() == 163 two.map { it.application.uid to it.privacyType.permGroupName }.toSet()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
H A D | PrivacyItem.kt | 25 val permGroupName: String,
|
H A D | PrivacyDialogV2.kt | 138 val permGroupLabel = context.packageManager.getDefaultPermGroupLabel(element.permGroupName) 141 val indicatorIcon = context.getPermGroupIcon(element.permGroupName) 499 val permGroupName: String, 528 builder.append(", permGroupName=$permGroupName")
|
H A D | PrivacyDialog.kt | 192 val permGroupName: CharSequence, 221 builder.append(", permGroupName=$permGroupName)")
|
H A D | PrivacyDialogController.kt | 152 permGroupName: CharSequence, 161 intent.putExtra(Intent.EXTRA_PERMISSION_GROUP_NAME, permGroupName.toString())
|
H A D | PrivacyDialogControllerV2.kt | 170 permGroupName: String, 177 intent.putExtra(Intent.EXTRA_PERMISSION_GROUP_NAME, permGroupName)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/ |
H A D | PrivacyDialogV2Test.kt | 64 permGroupName: String = TEST_PERM_GROUP, 79 permGroupName,
|
H A D | PrivacyDialogControllerTest.kt | 277 assertThat(list.get(0).permGroupName).isEqualTo(PERM_CAMERA) 647 assertThat(list.get(0).permGroupName).isEqualTo(PERM_CAMERA)
|
H A D | PrivacyDialogControllerV2Test.kt | 306 assertThat(list.get(0).permGroupName).isEqualTo(PERM_CAMERA)
|