Searched refs:SendMmsResult (Results 1 – 4 of 4) sorted by relevance
326 @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 CarrierMessagingService378 public SendMmsResult(int sendStatus, @Nullable byte[] sendConfPdu) { in SendMmsResult() method in CarrierMessagingService.SendMmsResult554 onSendMms(pduUri, subId, location, new ResultCallback<SendMmsResult>() { in sendMms()556 public void onReceiveResult(final SendMmsResult result) throws RemoteException { in sendMms()
38076 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendMmsResult>);38098 public static final class CarrierMessagingService.SendMmsResult {38099 ctor public CarrierMessagingService.SendMmsResult(int, @Nullable byte[]);
26918 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendMmsResult>);26934 public static final class CarrierMessagingService.SendMmsResult {26935 ctor public CarrierMessagingService.SendMmsResult(int, byte[]);
52383 Landroid/service/carrier/CarrierMessagingService$SendMmsResult;->mSendConfPdu:[B52384 Landroid/service/carrier/CarrierMessagingService$SendMmsResult;->mSendStatus:I