Searched defs:mimetype (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/core/java/android/webkit/ |
H A D | BrowserDownloadListener.java | 32 * @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 D | DownloadListener.java | 27 * @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
|
/frameworks/opt/mms/src/java/com/google/android/mms/util/ |
H A D | DownloadDrmHelper.java | 39 * @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 23 milliseconds