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