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