Home | History | Annotate | Download | only in pdu

Lines Matching refs:PduBody

551         final PduBody body = loadBody(msgId, msgType);
619 final PduBody body = loadBody(msgId, msgType);
660 private GenericPdu createPdu(final int msgType, final PduHeaders headers, final PduBody body)
704 private PduBody loadBody(final long msgId, final int msgType) throws MmsException {
705 final PduBody body = new PduBody();
1218 public void updateParts(final Uri uri, final PduBody body,
1343 PduBody body = null;