Searched refs:IMAGE_JPG (Results 1 – 2 of 2) sorted by relevance
40 public static final String IMAGE_JPG = "image/jpg"; field in ContentType96 sSupportedContentTypes.add(IMAGE_JPG);138 sSupportedImageTypes.add(IMAGE_JPG);
732 if (ContentType.IMAGE_JPG.equals(contentType)) { in persistPart()