Searched refs:IMAGE_GIF (Results 1 – 6 of 6) sorted by relevance
39 public static final String IMAGE_GIF = "image/gif"; field in ContentType90 sSupportedContentTypes.add(IMAGE_GIF);131 sSupportedImageTypes.add(IMAGE_GIF);
63 return ContentType.IMAGE_GIF.equalsIgnoreCase(connection.getContentType()); in isGif()
53 public static final String IMAGE_GIF = "image/gif"; field in ContentType
298 if (TextUtils.equals(contentType, ContentType.IMAGE_GIF)) { in isGif()
57 ContentType.IMAGE_GIF };
342 contentType = isGif ? ContentType.IMAGE_GIF : contentType; in makePduBody()682 ? ContentType.IMAGE_GIF : ContentType.IMAGE_JPEG; in getResizedImageAsPart()