Searched defs:getMimeType (Results 1 - 15 of 15) sorted by last modified time

/frameworks/support/exifinterface/src/android/support/media/
H A DExifInterface.java4196 mMimeType = getMimeType((BufferedInputStream) in);
4670 private int getMimeType(BufferedInputStream in) throws IOException { method in class:ExifInterface
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java1538 public String getMimeType() { return mMimeType; } method in class:VCardEntry.AndroidCustomData
/frameworks/base/telephony/java/android/telephony/mbms/
H A DFileInfo.java83 public String getMimeType() { method in class:FileInfo
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDatabase.java824 final String mimeType = getMimeType(info);
848 private static String getMimeType(MtpObjectInfo info) { method in class:MtpDatabase
/frameworks/base/drm/java/android/drm/
H A DDrmInfo.java146 public String getMimeType() { method in class:DrmInfo
H A DDrmInfoRequest.java82 public String getMimeType() { method in class:DrmInfoRequest
H A DDrmRights.java150 public String getMimeType() { method in class:DrmRights
/frameworks/base/media/java/android/media/
H A DExifInterface.java1685 mMimeType = getMimeType((BufferedInputStream) in);
2110 private int getMimeType(BufferedInputStream in) throws IOException { method in class:ExifInterface
H A DMediaCodecInfo.java72 mCaps.put(c.getMimeType(), c);
781 public String getMimeType() { method in class:MediaCodecInfo.CodecCapabilities
1071 String mime = mParent.getMimeType();
2047 String mime = mParent.getMimeType();
2722 String mime = mParent.getMimeType();
2813 final String mime = mParent.getMimeType();
/frameworks/base/core/java/android/webkit/
H A DCacheManager.java143 public String getMimeType() { method in class:CacheManager.CacheResult
H A DWebResourceResponse.java95 public String getMimeType() { method in class:WebResourceResponse
/frameworks/base/core/java/android/content/
H A DClipDescription.java231 public String getMimeType(int index) { method in class:ClipDescription
/frameworks/av/drm/common/
H A DDrmInfo.cpp32 String8 DrmInfo::getMimeType(void) const { function in class:DrmInfo
H A DDrmInfoRequest.cpp29 String8 DrmInfoRequest::getMimeType(void) const { function in class:DrmInfoRequest
H A DDrmRights.cpp52 String8 DrmRights::getMimeType(void) const { function in class:DrmRights

Completed in 386 milliseconds