Searched refs:parseWapString (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduParser.java44 //The next two are used by the interface "parseWapString" to
249 byte [] bVal = parseWapString(pduDataStream, TYPE_TEXT_STRING);
401 byte[] value = parseWapString(pduDataStream, TYPE_TEXT_STRING);
620 byte[] messageClassString = parseWapString(pduDataStream, TYPE_TEXT_STRING);
1047 byte[] textString = parseWapString(pduDataStream, TYPE_TEXT_STRING);
1069 protected static byte[] parseWapString(ByteArrayInputStream pduDataStream, method in class:PduParser
1402 byte[] type = parseWapString(pduDataStream, TYPE_TEXT_STRING);
1427 byte[] start = parseWapString(pduDataStream, TYPE_TEXT_STRING);
1458 byte[] charsetStr = parseWapString(pduDataStream, TYPE_TEXT_STRING);
1490 byte[] name = parseWapString(pduDataStrea
[all...]

Completed in 405 milliseconds