Searched refs:URI_PARAM_FLAGS (Results 1 – 2 of 2) sorted by relevance
106 public static final String URI_PARAM_FLAGS = "flags"; field in IncidentManager187 flags = Integer.parseInt(uri.getQueryParameter(URI_PARAM_FLAGS)); in PendingReport()189 throw new RuntimeException("Invalid URI: No " + URI_PARAM_FLAGS in PendingReport()
106 .appendQueryParameter(IncidentManager.URI_PARAM_FLAGS, Integer.toString(flags)) in getUri()