Searched refs:PERM_GROUP_REQUEST_RES (Results 1 – 1 of 1) sorted by relevance
188 private static final ArrayMap<String, Integer> PERM_GROUP_REQUEST_RES; field in Utils305 PERM_GROUP_REQUEST_RES = new ArrayMap<>();306 PERM_GROUP_REQUEST_RES.put(CONTACTS, R.string.permgrouprequest_contacts); in PERM_GROUP_REQUEST_RES.put()307 PERM_GROUP_REQUEST_RES.put(LOCATION, R.string.permgrouprequest_location); in PERM_GROUP_REQUEST_RES.put()308 PERM_GROUP_REQUEST_RES.put(NEARBY_DEVICES, R.string.permgrouprequest_nearby_devices); in PERM_GROUP_REQUEST_RES.put()309 PERM_GROUP_REQUEST_RES.put(CALENDAR, R.string.permgrouprequest_calendar); 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()312 PERM_GROUP_REQUEST_RES.put(MICROPHONE, R.string.permgrouprequest_microphone); in PERM_GROUP_REQUEST_RES.put()313 PERM_GROUP_REQUEST_RES[all …]