Searched refs:contentTypes (Results 1 – 4 of 4) sorted by relevance
25 static final String[] contentTypes = { field in PduContentTypes
859 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()
124 for (i = 0; i < PduContentTypes.contentTypes.length; i++) {125 mContentTypeMap.put(PduContentTypes.contentTypes[i], i); in mContentTypeMap.put()
1621 Lcom/google/android/mms/pdu/PduContentTypes;->contentTypes:[Ljava/lang/String;