Searched refs:PduBody (Results 1 – 7 of 7) sorted by relevance
32 private PduBody mMessageBody;49 public MultimediaMessagePdu(PduHeaders header, PduBody body) { in MultimediaMessagePdu()69 public PduBody getBody() { in getBody()79 public void setBody(PduBody body) { in setBody()
27 public class PduBody { class39 public PduBody() { in PduBody() method in PduBody
58 RetrieveConf(PduHeaders headers, PduBody body) { in RetrieveConf()
91 SendReq(PduHeaders headers, PduBody body) { in SendReq()
70 private PduBody mBody = null;838 protected PduBody parseParts(ByteArrayInputStream pduDataStream) { in parseParts()844 PduBody body = new PduBody(); in parseParts()908 PduBody childBody = parseParts(new ByteArrayInputStream(partData)); in parseParts()
618 PduBody body = new PduBody(); in load()1116 public void updateParts(Uri uri, PduBody body, HashMap<Uri, InputStream> preOpenedFiles) in updateParts()1243 PduBody body = null; in persist()
895 PduBody body; in makeMessageBody()