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

/frameworks/base/core/java/android/webkit/
H A DBrowserDownloadListener.java32 * @param mimetype The mimetype of the content reported by the server
37 String contentDisposition, String mimetype, String referer,
47 * @param mimetype The mimetype of the content reported by the server
52 String contentDisposition, String mimetype, long contentLength) {
54 onDownloadStart(url, userAgent, contentDisposition, mimetype, null,
36 onDownloadStart(String url, String userAgent, String contentDisposition, String mimetype, String referer, long contentLength) argument
51 onDownloadStart(String url, String userAgent, String contentDisposition, String mimetype, long contentLength) argument
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.java451 String mimetype = msg.getData().getString("mimetype");
457 userAgent, contentDisposition, mimetype, referer, contentLength);
460 contentDisposition, mimetype, contentLength);
1164 String contentDisposition, String mimetype, String referer,
1177 bundle.putString("mimetype", mimetype);
1163 onDownloadStart(String url, String userAgent, String contentDisposition, String mimetype, String referer, long contentLength) argument
/frameworks/opt/mms/src/java/com/google/android/mms/util/
H A DDownloadDrmHelper.java39 * @param mimetype Media Type to check
42 public static boolean isDrmMimeType(Context context, String mimetype) { argument
47 if (drmClient != null && mimetype != null && mimetype.length() > 0) {
48 result = drmClient.canHandle("", mimetype);
63 * @param mimetype Media type of the content
66 public static boolean isDrmConvertNeeded(String mimetype) { argument
67 return MIMETYPE_DRM_MESSAGE.equals(mimetype);

Completed in 89 milliseconds