Searched defs:SendReq (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DSendReq.java22 public class SendReq extends MultimediaMessagePdu { class in inherits:MultimediaMessagePdu
23 private static final String TAG = "SendReq";
25 public SendReq() { method in class:SendReq
58 public SendReq(byte[] contentType, method in class:SendReq
75 SendReq(PduHeaders headers) { method in class:SendReq
85 SendReq(PduHeaders headers, PduBody body) { method in class:SendReq
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DSendReq.java24 public class SendReq extends MultimediaMessagePdu { class in inherits:MultimediaMessagePdu
25 private static final String TAG = "SendReq";
27 public SendReq() { method in class:SendReq
61 public SendReq(byte[] contentType, method in class:SendReq
78 SendReq(PduHeaders headers) { method in class:SendReq
88 SendReq(PduHeaders headers, PduBody body) { method in class:SendReq

Completed in 70 milliseconds