Home | History | Annotate | Download | only in browser

Lines Matching refs:mimetype

54      * @param mimetype The mimetype of the content reported by the server
59 String userAgent, String contentDisposition, String mimetype,
69 intent.setDataAndType(Uri.parse(url), mimetype);
87 Log.d(LOGTAG, "activity not found for " + mimetype
98 mimetype, referer, privateBrowsing);
138 * @param mimetype The mimetype of the content reported by the server
144 String mimetype, String referer, boolean privateBrowsing) {
147 contentDisposition, mimetype);
195 request.setMimeType(mimetype);
197 // or, should it be set to one of several Environment.DIRECTORY* dirs depending on mimetype?
220 if (mimetype == null) {
225 // are not sure of the mimetype in this case, so do a head request