Home
last modified time | relevance | path

Searched refs:PduContentTypes (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/common/com/google/android/mms/pdu/
DPduContentTypes.java22 public class PduContentTypes { class
DPduParser.java862 part.setContentType((PduContentTypes.contentTypes[0]).getBytes()); //"*/*" in parseParts()
1402 if (index < PduContentTypes.contentTypes.length) { in parseContentTypeParams()
1403 byte[] type = (PduContentTypes.contentTypes[index]).getBytes(); in parseContentTypeParams()
1556 return (PduContentTypes.contentTypes[0]).getBytes(); //"*/*" in parseContentType()
1569 if (index < PduContentTypes.contentTypes.length) { //well-known type in parseContentType()
1570 contentType = (PduContentTypes.contentTypes[index]).getBytes(); in parseContentType()
1577 return (PduContentTypes.contentTypes[0]).getBytes(); //"*/*" in parseContentType()
1588 return (PduContentTypes.contentTypes[0]).getBytes(); //"*/*" in parseContentType()
1594 (PduContentTypes.contentTypes[parseShortInteger(pduDataStream)]).getBytes(); in parseContentType()
DPduComposer.java131 for (i = 0; i < PduContentTypes.contentTypes.length; i++) {
132 mContentTypeMap.put(PduContentTypes.contentTypes[i], i); in mContentTypeMap.put()