Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DPduContentTypes.java20 public class PduContentTypes { class
DPduParser.java859 part.setContentType((PduContentTypes.contentTypes[0]).getBytes()); //"*/*" in parseParts()
1394 if (index < PduContentTypes.contentTypes.length) { in parseContentTypeParams()
1395 byte[] type = (PduContentTypes.contentTypes[index]).getBytes(); in parseContentTypeParams()
1555 if (index < PduContentTypes.contentTypes.length) { //well-known type in parseContentType()
1556 contentType = (PduContentTypes.contentTypes[index]).getBytes(); in parseContentType()
1563 return (PduContentTypes.contentTypes[0]).getBytes(); //"*/*" in parseContentType()
1574 return (PduContentTypes.contentTypes[0]).getBytes(); //"*/*" in parseContentType()
1580 (PduContentTypes.contentTypes[parseShortInteger(pduDataStream)]).getBytes(); in parseContentType()
DPduComposer.java124 for (i = 0; i < PduContentTypes.contentTypes.length; i++) {
125 mContentTypeMap.put(PduContentTypes.contentTypes[i], i); in mContentTypeMap.put()