Searched refs:SendRequest (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Messaging/src/android/support/v7/mms/ |
D | SendRequest.java | 40 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
|
D | MmsManager.java | 139 MmsService.startRequest(context, new SendRequest(locationUrl, contentUri, sentIntent)); in sendMultimediaMessage()
|
D | MmsService.java | 452 if (request instanceof SendRequest) { in getRequestExecutor()
|
/packages/services/Mms/tests/robotests/src/com/android/mms/service/ |
D | MmsRequestRoboTest.java | 100 SendRequest request = new SendRequest(mMmsService, mSubId, Uri.parse(sFakeUri), in sendRequest_noSatellite_sendSuccessful() 119 SendRequest request = new SendRequest(mMmsService, mSubId, Uri.parse(sFakeUri), in sendRequest_connectedToSatellite_smallPdu_sendSuccessful() 138 SendRequest request = new SendRequest(mMmsService, mSubId, Uri.parse(sFakeUri), in sendRequest_connectedToSatellite_largePdu_sendSFails()
|
/packages/modules/adb/client/ |
D | file_sync_client.cpp | 338 bool SendRequest(int id, const std::string& path) { in SendRequest() function in SyncConnection 460 return SendRequest(ID_STAT_V2, path); in SendStat() 465 return SendRequest(ID_LSTAT_V2, path); in SendLstat() 467 return SendRequest(ID_LSTAT_V1, path); in SendLstat() 527 return SendRequest(have_ls_v2_ ? ID_LIST_V2 : ID_LIST_V1, path); in SendLs() 738 if (!SendRequest(ID_SEND_V1, path_and_mode)) { in SendLargeFileLegacy() 975 return SendRequest(ID_QUIT, ""); // TODO: add a SendResponse? in SendQuit() 1104 if (!sc.SendRequest(ID_RECV_V1, rpath)) return false; in sync_recv_v1()
|
/packages/services/Mms/src/com/android/mms/service/ |
D | SendRequest.java | 58 public class SendRequest extends MmsRequest { class 65 public SendRequest(RequestManager manager, int subId, Uri contentUri, String locationUrl, in SendRequest() method in SendRequest
|
D | MmsService.java | 266 final SendRequest request = new SendRequest(MmsService.this, subId, contentUri,
|
/packages/modules/DnsResolver/doh/connection/ |
D | mod.rs | 116 SendRequest(#[from] mpsc::error::SendError<Request>), enumerator
|