Searched refs:PERM_GROUP_UPGRADE_REQUEST_RES (Results 1 – 1 of 1) sorted by relevance
225 private static final ArrayMap<String, Integer> PERM_GROUP_UPGRADE_REQUEST_RES; field in Utils352 PERM_GROUP_UPGRADE_REQUEST_RES = new ArrayMap<>();353 PERM_GROUP_UPGRADE_REQUEST_RES.put(LOCATION, R.string.permgroupupgraderequest_location); in PERM_GROUP_UPGRADE_REQUEST_RES.put()354 PERM_GROUP_UPGRADE_REQUEST_RES.put(MICROPHONE, R.string.permgroupupgraderequest_microphone); in PERM_GROUP_UPGRADE_REQUEST_RES.put()355 PERM_GROUP_UPGRADE_REQUEST_RES.put(CAMERA, R.string.permgroupupgraderequest_camera); in PERM_GROUP_UPGRADE_REQUEST_RES.put()356 PERM_GROUP_UPGRADE_REQUEST_RES.put(SENSORS, R.string.permgroupupgraderequest_sensors); in PERM_GROUP_UPGRADE_REQUEST_RES.put()1275 return PERM_GROUP_UPGRADE_REQUEST_RES.getOrDefault(groupName, 0); in getUpgradeRequest()