Searched refs:APP_SMIL (Results 1 – 8 of 8) sorted by relevance
71 public static final String APP_SMIL = "application/smil"; field in ContentType122 sSupportedContentTypes.add(APP_SMIL);
453 if (ContentType.TEXT_PLAIN.equals(type) || ContentType.APP_SMIL.equals(type) in loadParts()814 if (ContentType.APP_SMIL.equals(contentType)) { in persistPart()871 || ContentType.APP_SMIL.equals(contentType) in persistData()1475 if (contentType != null && !ContentType.APP_SMIL.equals(contentType) in persist()
396 private static final String APP_SMIL = "application/smil"; field in TelephonyBackupAgentTest413 smilPart.put(Telephony.Mms.Part.CONTENT_TYPE, APP_SMIL); in createBodyCursor()772 if (APP_SMIL.equals(values.get(Telephony.Mms.Part.CONTENT_TYPE))) { in insert()
93 public static final String APP_SMIL = "application/smil"; field in ContentType
540 ContentType.APP_SMIL, in loadMmsParts()
788 || ContentType.APP_SMIL.equals(mContentType) in isEmbeddedTextType()
589 smilPart.setContentType(ContentType.APP_SMIL.getBytes()); in addSmilPart()1663 ContentType.APP_SMIL, in loadMms()
1137 values.put(Telephony.Mms.Part.CONTENT_TYPE, ContentType.APP_SMIL);