Searched refs:ContentType (Results 1 – 6 of 6) sorted by relevance
20 import com.google.android.mms.ContentType;431 if (!ContentType.isImageType(type) in loadParts()432 && !ContentType.isAudioType(type) in loadParts()433 && !ContentType.isVideoType(type)) { in loadParts()440 if (ContentType.TEXT_PLAIN.equals(type) || ContentType.APP_SMIL.equals(type) in loadParts()441 || ContentType.TEXT_HTML.equals(type)) { in loadParts()717 if (ContentType.IMAGE_JPG.equals(contentType)) { in persistPart()718 contentType = ContentType.IMAGE_JPEG; in persistPart()723 if (ContentType.APP_SMIL.equals(contentType)) { in persistPart()794 if (ContentType.TEXT_PLAIN.equals(contentType) in persistData()[all …]
22 import com.google.android.mms.ContentType;180 if (ctTypeStr.equals(ContentType.MULTIPART_MIXED) in parse()181 || ctTypeStr.equals(ContentType.MULTIPART_RELATED) in parse()182 || ctTypeStr.equals(ContentType.MULTIPART_ALTERNATIVE)) { in parse()187 } else if (ctTypeStr.equals(ContentType.MULTIPART_ALTERNATIVE)) { in parse()903 if (partContentType.equalsIgnoreCase(ContentType.MULTIPART_ALTERNATIVE)) { in parseParts()
22 public class ContentType { class166 private ContentType() { in ContentType() method in ContentType
55 public @interface ContentType {} annotation in ContentRecommendation
101 …public static abstract class ContentRecommendation.ContentType implements java.lang.annotation.Ann…