Searched refs:ContentType (Results 1 – 9 of 9) sorted by relevance
42 import com.google.android.mms.ContentType;429 if (!ContentType.isImageType(type) in loadParts()430 && !ContentType.isAudioType(type) in loadParts()431 && !ContentType.isVideoType(type)) { in loadParts()438 if (ContentType.TEXT_PLAIN.equals(type) || ContentType.APP_SMIL.equals(type) in loadParts()439 || ContentType.TEXT_HTML.equals(type)) { in loadParts()715 if (ContentType.IMAGE_JPG.equals(contentType)) { in persistPart()716 contentType = ContentType.IMAGE_JPEG; in persistPart()721 if (ContentType.APP_SMIL.equals(contentType)) { in persistPart()792 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()
91 public @interface ContentType { annotation in PrintDocumentInfo349 public @NonNull Builder setContentType(@ContentType int type) { in setContentType()
22 public class ContentType { class166 private ContentType() { in ContentType() method in ContentType
31 optional ContentType content_type = 2;37 enum ContentType { enum
323 enum ContentType {332 public enum ContentType: Int32, NilLiteralConvertible {352 enum ContentType {361 public enum ContentType: RawRepresentable, NilLiteralConvertible {409 // Without NilLiteralConvertible conformance on ContentType411 public var contentType: ContentType! { ... }432 // With NilLiteralConvertible conformance on ContentType435 public var contentType: ContentType { ... }453 func foo(contentType: ContentType) { ... }
311 // Type of content (see PrintDocumentInfo.ContentType)
1498 Lcom/google/android/mms/ContentType;->getAudioTypes()Ljava/util/ArrayList;1499 Lcom/google/android/mms/ContentType;->getImageTypes()Ljava/util/ArrayList;1500 Lcom/google/android/mms/ContentType;->getVideoTypes()Ljava/util/ArrayList;1501 Lcom/google/android/mms/ContentType;->isAudioType(Ljava/lang/String;)Z1502 Lcom/google/android/mms/ContentType;->isDrmType(Ljava/lang/String;)Z1503 Lcom/google/android/mms/ContentType;->isImageType(Ljava/lang/String;)Z1504 Lcom/google/android/mms/ContentType;->isSupportedAudioType(Ljava/lang/String;)Z1505 Lcom/google/android/mms/ContentType;->isSupportedImageType(Ljava/lang/String;)Z1506 Lcom/google/android/mms/ContentType;->isSupportedType(Ljava/lang/String;)Z1507 Lcom/google/android/mms/ContentType;->isSupportedVideoType(Ljava/lang/String;)Z[all …]
58947 Landroid/print/PrintDocumentInfo$ContentType;