Searched refs:URI_PARAM_REPORT_ID (Results 1 – 2 of 2) sorted by relevance
84 public static final String URI_PARAM_REPORT_ID = "r"; field in IncidentManager677 final String id = uri.getQueryParameter(URI_PARAM_REPORT_ID); in getIncidentReport()733 final String id = uri.getQueryParameter(URI_PARAM_REPORT_ID); in deleteIncidentReports()736 + URI_PARAM_REPORT_ID + " parameter. " + uri); in deleteIncidentReports()
123 builder.appendQueryParameter(IncidentManager.URI_PARAM_REPORT_ID, reportId); in getUri()