Searched refs:PERM_GROUP_REQUEST_RES (Results 1 – 1 of 1) sorted by relevance
219 private static final ArrayMap<String, Integer> PERM_GROUP_REQUEST_RES; field in Utils267 PERM_GROUP_REQUEST_RES = new ArrayMap<>();268 PERM_GROUP_REQUEST_RES.put(CONTACTS, R.string.permgrouprequest_contacts); in PERM_GROUP_REQUEST_RES.put()269 PERM_GROUP_REQUEST_RES.put(LOCATION, R.string.permgrouprequest_location); in PERM_GROUP_REQUEST_RES.put()270 PERM_GROUP_REQUEST_RES.put(NEARBY_DEVICES, R.string.permgrouprequest_nearby_devices); in PERM_GROUP_REQUEST_RES.put()271 PERM_GROUP_REQUEST_RES.put(CALENDAR, R.string.permgrouprequest_calendar); in PERM_GROUP_REQUEST_RES.put()272 PERM_GROUP_REQUEST_RES.put(SMS, R.string.permgrouprequest_sms); in PERM_GROUP_REQUEST_RES.put()273 PERM_GROUP_REQUEST_RES.put(STORAGE, R.string.permgrouprequest_storage); in PERM_GROUP_REQUEST_RES.put()274 PERM_GROUP_REQUEST_RES.put(READ_MEDIA_AURAL, R.string.permgrouprequest_read_media_aural); in PERM_GROUP_REQUEST_RES.put()275 PERM_GROUP_REQUEST_RES.put(READ_MEDIA_VISUAL, R.string.permgrouprequest_read_media_visual); in PERM_GROUP_REQUEST_RES.put()[all …]