Searched refs:IMAGE_JPG (Results 1 – 5 of 5) 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
398 private static final String IMAGE_JPG = "image/jpg"; field in TelephonyBackupAgentTest777 if (IMAGE_JPG.equals(values.get(Telephony.Mms.Part.CONTENT_TYPE))) { in insert()
59 ContentType.IMAGE_JPEG, ContentType.IMAGE_JPG, ContentType.IMAGE_PNG,
790 if (ContentType.IMAGE_JPG.equals(contentType)) { in persistPart()