Searched refs:CONTENT_DISPOSITION_PATTERN (Results 1 – 1 of 1) sorted by relevance
63 private static final Pattern CONTENT_DISPOSITION_PATTERN = field in Helpers186 Matcher m = CONTENT_DISPOSITION_PATTERN.matcher(contentDisposition); in parseContentDisposition()