Searched refs:PduBody (Results 1 – 7 of 7) sorted by relevance
29 private PduBody mMessageBody;44 public MultimediaMessagePdu(PduHeaders header, PduBody body) { in MultimediaMessagePdu()63 public PduBody getBody() { in getBody()72 public void setBody(PduBody body) { in setBody()
24 public class PduBody { class35 public PduBody() { in PduBody() method in PduBody
54 RetrieveConf(PduHeaders headers, PduBody body) { in RetrieveConf()
69 private PduBody mBody = null;835 protected PduBody parseParts(ByteArrayInputStream pduDataStream) { in parseParts()841 PduBody body = new PduBody(); in parseParts()905 PduBody childBody = parseParts(new ByteArrayInputStream(partData)); in parseParts()
87 SendReq(PduHeaders headers, PduBody body) { in SendReq()
861 PduBody body = ((SendReq) mPdu).getBody(); in makeMessageBody()
24 import com.example.android.mmslib.pdu.PduBody;354 PduBody body = new PduBody(); in buildPdu()377 private static int addTextPart(PduBody pb, String message, boolean addTextSmil) { in addTextPart()398 private static void addSmilPart(PduBody pb, String smil) { in addSmilPart()439 final PduBody body = retrieveConf.getBody(); in getMessageText()