Searched refs:SendMmsResult (Results 1 – 5 of 5) 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()
26918 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendMmsResult>);26934 public static final class CarrierMessagingService.SendMmsResult {26935 ctor public CarrierMessagingService.SendMmsResult(int, byte[]);
40419 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendMmsResult>);40441 public static final class CarrierMessagingService.SendMmsResult {40442 ctor public CarrierMessagingService.SendMmsResult(int, @Nullable byte[]);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
48417 Landroid/service/carrier/CarrierMessagingService$SendMmsResult;->mSendConfPdu:[B48418 Landroid/service/carrier/CarrierMessagingService$SendMmsResult;->mSendStatus:I