Searched refs:getMimeType (Results 1 - 21 of 21) sorted by relevance

/frameworks/av/include/drm/
H A DDrmRights.h79 String8 getMimeType(void) const;
H A DDrmInfo.h112 String8 getMimeType(void) const;
H A DDrmInfoRequest.h126 String8 getMimeType(void) const;
/frameworks/av/drm/common/
H A DDrmRights.cpp52 String8 DrmRights::getMimeType(void) const { function in class:DrmRights
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 DIDrmManagerService.cpp250 data.writeString8(drmInfo->getMimeType());
295 data.writeString8(drmInforequest->getMimeType());
354 const String8 mimeType = drmRights.getMimeType();
1026 reply->writeString8(drmInfo->getMimeType());
/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/core/java/com/android/internal/app/
H A DDumpHeapActivity.java70 intent.setType(clip.getDescription().getMimeType(0));
106 intent.setType(clip.getDescription().getMimeType(0));
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp84 DrmInfoRequest::TYPE_REGISTRATION_INFO, emptyBuffer, drmInfo->getMimeType());
90 DrmInfoRequest::TYPE_UNREGISTRATION_INFO, emptyBuffer, drmInfo->getMimeType());
101 DrmInfoRequest::TYPE_RIGHTS_ACQUISITION_INFO, buffer, drmInfo->getMimeType());
155 DrmBuffer(data, length), drmInfoRequest->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.java202 public String getMimeType(int index) { method in class:ClipDescription
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp199 const String8 plugInId = getSupportedPlugInId(drmInfo->getMimeType());
224 const String8 plugInId = getSupportedPlugInId(drmInfoRequest->getMimeType());
235 const String8 plugInId = getSupportedPlugInId(drmRights.getMimeType());
/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java72 mCaps.put(c.getMimeType(), c);
775 public String getMimeType() { method in class:MediaCodecInfo.CodecCapabilities
1065 String mime = mParent.getMimeType();
2035 String mime = mParent.getMimeType();
2708 String mime = mParent.getMimeType();
2799 final String mime = mParent.getMimeType();
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDatabase.java825 final String mimeType = getMimeType(info);
849 private static String getMimeType(MtpObjectInfo info) { method in class:MtpDatabase
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp557 mInfoType, dataArray, env->NewStringUTF(pDrmInfo->getMimeType().string()));
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java1538 public String getMimeType() { return mMimeType; } method in class:VCardEntry.AndroidCustomData
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2710 final String mimeType = clipDescription.getMimeType(i);

Completed in 1180 milliseconds