Searched defs:mimetype (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DDownloadListener.java27 * @param mimetype The mimetype of the content reported by the server
31 String contentDisposition, String mimetype, long contentLength);
30 onDownloadStart(String url, String userAgent, String contentDisposition, String mimetype, long contentLength) argument
H A DCallbackProxy.java384 String mimetype = msg.getData().getString("mimetype");
388 contentDisposition, mimetype, contentLength);
1020 String contentDisposition, String mimetype, long contentLength) {
1032 bundle.putString("mimetype", mimetype);
1019 onDownloadStart(String url, String userAgent, String contentDisposition, String mimetype, long contentLength) argument

Completed in 2180 milliseconds