Searched refs:parseContentDisposition (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DMimeTypeMap.java137 filename = URLUtil.parseContentDisposition(contentDisposition);
H A DURLUtil.java310 filename = parseContentDisposition(contentDisposition);
400 static String parseContentDisposition(String contentDisposition) { method in class:URLUtil
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduParser.java97 * @param parseContentDisposition whether to parse the Content-Disposition part header
99 public PduParser(byte[] pduDataStream, boolean parseContentDisposition) { argument
101 mParseContentDisposition = parseContentDisposition;

Completed in 60 milliseconds