HomeSort by relevance Sort by last modified time
    Searched refs:MULTIPART_ALTERNATIVE (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/mms/src/java/com/google/android/mms/
ContentType.java 29 public static final String MULTIPART_ALTERNATIVE = "application/vnd.wap.multipart.alternative";
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduParser.java 178 || ctTypeStr.equals(ContentType.MULTIPART_ALTERNATIVE)) {
183 } else if (ctTypeStr.equals(ContentType.MULTIPART_ALTERNATIVE)) {
    [all...]

Completed in 137 milliseconds