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 IncidentManager663 final String id = uri.getQueryParameter(URI_PARAM_REPORT_ID); in getIncidentReport()719 final String id = uri.getQueryParameter(URI_PARAM_REPORT_ID); in deleteIncidentReports()722 + URI_PARAM_REPORT_ID + " parameter. " + uri); in deleteIncidentReports()
114 builder.appendQueryParameter(IncidentManager.URI_PARAM_REPORT_ID, reportId); in getUri()