Searched refs:ALLOWED_URI_PARAMETERS (Results 1 – 1 of 1) sorted by relevance
387 private static final HashSet<String> ALLOWED_URI_PARAMETERS = Sets.newHashSet( field in CalendarProvider21193 if (!ALLOWED_URI_PARAMETERS.contains(parameterName)) { in validateUriParameters()