Searched refs:PERM_GROUP_UPGRADE_REQUEST_RES (Results 1 – 1 of 1) sorted by relevance
192 private static final ArrayMap<String, Integer> PERM_GROUP_UPGRADE_REQUEST_RES; field in Utils341 PERM_GROUP_UPGRADE_REQUEST_RES = new ArrayMap<>();342 PERM_GROUP_UPGRADE_REQUEST_RES.put(LOCATION, R.string.permgroupupgraderequest_location); in PERM_GROUP_UPGRADE_REQUEST_RES.put()343 PERM_GROUP_UPGRADE_REQUEST_RES.put(MICROPHONE, R.string.permgroupupgraderequest_microphone); in PERM_GROUP_UPGRADE_REQUEST_RES.put()344 PERM_GROUP_UPGRADE_REQUEST_RES.put(CAMERA, R.string.permgroupupgraderequest_camera); in PERM_GROUP_UPGRADE_REQUEST_RES.put()1102 return PERM_GROUP_UPGRADE_REQUEST_RES.getOrDefault(groupName, 0); in getUpgradeRequest()