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