Searched refs:ContentType (Results 1 – 6 of 6) sorted by relevance
44 import com.google.android.mms.ContentType;442 if (!ContentType.isImageType(type) in loadParts()443 && !ContentType.isAudioType(type) in loadParts()444 && !ContentType.isVideoType(type)) { in loadParts()451 if (ContentType.TEXT_PLAIN.equals(type) || ContentType.APP_SMIL.equals(type) in loadParts()452 || ContentType.TEXT_HTML.equals(type)) { in loadParts()732 if (ContentType.IMAGE_JPG.equals(contentType)) { in persistPart()733 contentType = ContentType.IMAGE_JPEG; in persistPart()738 if (ContentType.APP_SMIL.equals(contentType)) { in persistPart()809 if (ContentType.TEXT_PLAIN.equals(contentType) in persistData()[all …]
23 import com.google.android.mms.ContentType;183 if (ctTypeStr.equals(ContentType.MULTIPART_MIXED) in parse()184 || ctTypeStr.equals(ContentType.MULTIPART_RELATED) in parse()185 || ctTypeStr.equals(ContentType.MULTIPART_ALTERNATIVE)) { in parse()190 } else if (ctTypeStr.equals(ContentType.MULTIPART_ALTERNATIVE)) { in parse()906 if (partContentType.equalsIgnoreCase(ContentType.MULTIPART_ALTERNATIVE)) { in parseParts()
91 public @interface ContentType { annotation in PrintDocumentInfo349 public @NonNull Builder setContentType(@ContentType int type) { in setContentType()
24 public class ContentType { class171 private ContentType() { in ContentType() method in ContentType
31 optional ContentType content_type = 2;37 enum ContentType { enum
311 // Type of content (see PrintDocumentInfo.ContentType)