Home
last modified time | relevance | path

Searched refs:parseContentDispositionRfc2616 (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
DURLUtil.java365 filename = parseContentDispositionRfc2616(contentDisposition); in guessFileNameRfc2616()
561 return parseContentDispositionRfc2616(contentDisposition); in parseContentDisposition()
578 private static String parseContentDispositionRfc2616(String contentDisposition) { in parseContentDispositionRfc2616() method in URLUtil