Home | History | Annotate | Download | only in browser

Lines Matching defs:mimetype

626                     /* Append mimetype so webview knows how to display */
627 String mimeType = intent.resolveType(getContentResolver());
628 if (mimeType != null) {
629 url += "?" + mimeType;
2829 * @param mimetype The mimetype of the content reported by the server
2833 String contentDisposition, String mimetype, long contentLength) {
2842 intent.setDataAndType(Uri.parse(url), mimetype);
2860 Log.d(LOGTAG, "activity not found for " + mimetype
2870 onDownloadStartNoStream(url, userAgent, contentDisposition, mimetype, contentLength);
2909 * @param mimetype The mimetype of the content reported by the server
2913 String contentDisposition, String mimetype, long contentLength) {
2916 contentDisposition, mimetype);
2969 values.put(Downloads.Impl.COLUMN_MIME_TYPE, mimetype);
2975 if (mimetype == null) {
2977 // are not sure of the mimetype in this case, so do a head request