Home
last modified time | relevance | path

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

/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/utils/
H A DUtils.java188 private static final ArrayMap<String, Integer> PERM_GROUP_REQUEST_RES; field in Utils
305 PERM_GROUP_REQUEST_RES = new ArrayMap<>();
306 PERM_GROUP_REQUEST_RES.put(CONTACTS, R.string.permgrouprequest_contacts); in PERM_GROUP_REQUEST_RES.put()
310 PERM_GROUP_REQUEST_RES.put(SMS, R.string.permgrouprequest_sms); in PERM_GROUP_REQUEST_RES.put()
311 PERM_GROUP_REQUEST_RES.put(STORAGE, R.string.permgrouprequest_storage); in PERM_GROUP_REQUEST_RES.put()
313 PERM_GROUP_REQUEST_RES
315 PERM_GROUP_REQUEST_RES.put(CAMERA, R.string.permgrouprequest_camera); in PERM_GROUP_REQUEST_RES.put()
316 PERM_GROUP_REQUEST_RES.put(CALL_LOG, R.string.permgrouprequest_calllog); in PERM_GROUP_REQUEST_RES.put()
317 PERM_GROUP_REQUEST_RES.put(PHONE, R.string.permgrouprequest_phone); in PERM_GROUP_REQUEST_RES.put()
318 PERM_GROUP_REQUEST_RES.put(SENSORS, R.string.permgrouprequest_sensors); in PERM_GROUP_REQUEST_RES.put()
[all …]