Searched refs:ContentType (Results 1 – 7 of 7) sorted by relevance
20 import com.google.android.mms.ContentType;424 if (!ContentType.isImageType(type) in loadParts()425 && !ContentType.isAudioType(type) in loadParts()426 && !ContentType.isVideoType(type)) { in loadParts()433 if (ContentType.TEXT_PLAIN.equals(type) || ContentType.APP_SMIL.equals(type) in loadParts()434 || ContentType.TEXT_HTML.equals(type)) { in loadParts()708 if (ContentType.IMAGE_JPG.equals(contentType)) { in persistPart()709 contentType = ContentType.IMAGE_JPEG; in persistPart()714 if (ContentType.APP_SMIL.equals(contentType)) { in persistPart()784 if (ContentType.TEXT_PLAIN.equals(contentType) in persistData()[all …]
20 import com.google.android.mms.ContentType;160 if (ctTypeStr.equals(ContentType.MULTIPART_MIXED) in parse()161 || ctTypeStr.equals(ContentType.MULTIPART_RELATED) in parse()162 || ctTypeStr.equals(ContentType.MULTIPART_ALTERNATIVE)) { in parse()167 } else if (ctTypeStr.equals(ContentType.MULTIPART_ALTERNATIVE)) { in parse()804 if (partContentType.equalsIgnoreCase(ContentType.MULTIPART_ALTERNATIVE)) { in parseParts()
59 …uint8_t ContentType[MAX_CONTENT_TYPE_LEN]; /**< The MIME media type of the plaintext… member
22 public class ContentType { class165 private ContentType() { in ContentType() method in ContentType
63 strncpy((char *)pDcfInfo->ContentType, (char *)tmpBuf, pDcfInfo->ContentTypeLen); in drm_dcfParser()
244 strcpy((char *)pDmInfo->contentType, (char *)dcfInfo.ContentType); in drm_parseDM()
1048 strcpy((char *)s->contentType, (char *)dcfInfo.ContentType); in SVC_drm_openSession()