Home
last modified time | relevance | path

Searched refs:SendMmsResult (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/carrier/
DCarrierMessagingService.java326 @Nullable Uri location, @NonNull ResultCallback<SendMmsResult> callback) { in onSendMms()
329 callback.onReceiveResult(new SendMmsResult(SEND_STATUS_RETRY_ON_CARRIER_NETWORK, null)); in onSendMms()
364 public static final class SendMmsResult { class in CarrierMessagingService
378 public SendMmsResult(int sendStatus, @Nullable byte[] sendConfPdu) { in SendMmsResult() method in CarrierMessagingService.SendMmsResult
554 onSendMms(pduUri, subId, location, new ResultCallback<SendMmsResult>() { in sendMms()
556 public void onReceiveResult(final SendMmsResult result) throws RemoteException { in sendMms()
/frameworks/base/core/api/
Dcurrent.txt38076 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendMmsResult>);
38098 public static final class CarrierMessagingService.SendMmsResult {
38099 ctor public CarrierMessagingService.SendMmsResult(int, @Nullable byte[]);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26918 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendMmsResult>);
26934 public static final class CarrierMessagingService.SendMmsResult {
26935 ctor public CarrierMessagingService.SendMmsResult(int, byte[]);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt52383 Landroid/service/carrier/CarrierMessagingService$SendMmsResult;->mSendConfPdu:[B
52384 Landroid/service/carrier/CarrierMessagingService$SendMmsResult;->mSendStatus:I