Home
last modified time | relevance | path

Searched refs:SendRequest (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Messaging/src/android/support/v7/mms/
DSendRequest.java40 class SendRequest extends MmsRequest { class
47 SendRequest(final String locationUrl, final Uri pduUri, final PendingIntent sentIntent) { in SendRequest() method in SendRequest
149 public static final Parcelable.Creator<SendRequest> CREATOR
150 = new Parcelable.Creator<SendRequest>() {
151 public SendRequest createFromParcel(Parcel in) {
152 return new SendRequest(in);
155 public SendRequest[] newArray(int size) {
156 return new SendRequest[size];
160 private SendRequest(Parcel in) { in SendRequest() method in SendRequest
DMmsManager.java139 MmsService.startRequest(context, new SendRequest(locationUrl, contentUri, sentIntent)); in sendMultimediaMessage()
DMmsService.java452 if (request instanceof SendRequest) { in getRequestExecutor()
/packages/services/Mms/src/com/android/mms/service/
DSendRequest.java53 public class SendRequest extends MmsRequest { class
59 public SendRequest(RequestManager manager, int subId, Uri contentUri, String locationUrl, in SendRequest() method in SendRequest
DMmsService.java203 final SendRequest request = new SendRequest(MmsService.this, subId, contentUri,