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