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()
60 ContentType.IMAGE_GIF, ContentType.IMAGE_WBMP, ContentType.IMAGE_X_MS_BMP,
344 contentType = isGif ? ContentType.IMAGE_GIF : contentType; in makePduBody()687 ? ContentType.IMAGE_GIF : ContentType.IMAGE_JPEG; in getResizedImageAsPart()