Searched refs:SendReq (Results 1 – 4 of 4) sorted by relevance
24 public class SendReq extends MultimediaMessagePdu { class27 public SendReq() { in SendReq() method in SendReq60 public SendReq(byte[] contentType, in SendReq() method in SendReq77 SendReq(PduHeaders headers) { in SendReq() method in SendReq87 SendReq(PduHeaders headers, PduBody body) { in SendReq() method in SendReq
146 SendReq sendReq = new SendReq(mHeaders, mBody); in parse()
861 PduBody body = ((SendReq) mPdu).getBody(); in makeMessageBody()
31 import com.example.android.mmslib.pdu.SendReq;335 final SendReq req = new SendReq(); in buildPdu()