Home
last modified time | relevance | path

Searched refs:SendRequest (Results 1 – 6 of 6) 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/modules/adb/client/
Dfile_sync_client.cpp334 bool SendRequest(int id, const std::string& path) { in SendRequest() function in SyncConnection
456 return SendRequest(ID_STAT_V2, path); in SendStat()
461 return SendRequest(ID_LSTAT_V2, path); in SendLstat()
463 return SendRequest(ID_LSTAT_V1, path); in SendLstat()
523 return SendRequest(have_ls_v2_ ? ID_LIST_V2 : ID_LIST_V1, path); in SendLs()
724 if (!SendRequest(ID_SEND_V1, path_and_mode)) { in SendLargeFileLegacy()
956 return SendRequest(ID_QUIT, ""); // TODO: add a SendResponse? in SendQuit()
1085 if (!sc.SendRequest(ID_RECV_V1, rpath)) return false; in sync_recv_v1()
/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.java212 final SendRequest request = new SendRequest(MmsService.this, subId, contentUri,