Home
last modified time | relevance | path

Searched refs:contentTypes (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DPduContentTypes.java25 static final String[] contentTypes = { field in PduContentTypes
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()
/frameworks/base/config/
Dhiddenapi-greylist.txt1621 Lcom/google/android/mms/pdu/PduContentTypes;->contentTypes:[Ljava/lang/String;