Searched refs:PduContentTypes (Results 1 – 3 of 3) sorted by relevance
22 public class PduContentTypes { class
862 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()
131 for (i = 0; i < PduContentTypes.contentTypes.length; i++) {132 mContentTypeMap.put(PduContentTypes.contentTypes[i], i); in mContentTypeMap.put()