Home | History | Annotate | Download | only in pdu

Lines Matching defs:mBody

88     private PduBody mBody = null;
153 mBody = parseParts(mPduDataStream);
154 if (null == mBody) {
165 SendReq sendReq = new SendReq(mHeaders, mBody);
192 new RetrieveConf(mHeaders, mBody);
212 PduPart firstPart = mBody.getPart(0);
213 mBody.removeAll();
214 mBody.addPart(0, firstPart);