Searched refs:IMAGE_JPG (Results 1 – 4 of 4) sorted by relevance
38 public static final String IMAGE_JPG = "image/jpg"; field in ContentType93 sSupportedContentTypes.add(IMAGE_JPG);134 sSupportedImageTypes.add(IMAGE_JPG);
52 public static final String IMAGE_JPG = "image/jpg"; field in ContentType
56 new String[] { ContentType.IMAGE_JPEG, ContentType.IMAGE_JPG, ContentType.IMAGE_PNG,
790 if (ContentType.IMAGE_JPG.equals(contentType)) { in persistPart()