Searched refs:TEXT_PLAIN (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/mms/src/java/com/google/android/mms/
H A DContentType.java31 public static final String TEXT_PLAIN = "text/plain"; field in class:ContentType
84 sSupportedContentTypes.add(TEXT_PLAIN);
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduPersister.java437 if (ContentType.TEXT_PLAIN.equals(type) || ContentType.APP_SMIL.equals(type)
791 if (ContentType.TEXT_PLAIN.equals(contentType)
1393 && !ContentType.TEXT_PLAIN.equals(contentType)) {

Completed in 64 milliseconds