Home | History | Annotate | Download | only in pdu

Lines Matching defs:mBody

66     private PduBody mBody = null;
131 mBody = parseParts(mPduDataStream);
132 if (null == mBody) {
143 SendReq sendReq = new SendReq(mHeaders, mBody);
170 new RetrieveConf(mHeaders, mBody);
187 PduPart firstPart = mBody.getPart(0);
188 mBody.removeAll();
189 mBody.addPart(0, firstPart);