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()1564 if (index < PduContentTypes.contentTypes.length) { //well-known type in parseContentType()1565 contentType = (PduContentTypes.contentTypes[index]).getBytes(); in parseContentType()1572 return (PduContentTypes.contentTypes[0]).getBytes(); //"*/*" in parseContentType()1583 return (PduContentTypes.contentTypes[0]).getBytes(); //"*/*" in parseContentType()1589 (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()