Home
last modified time | relevance | path

Searched refs:SendSmsResult (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/carrier/
DCarrierMessagingService.java177 @NonNull ResultCallback<SendSmsResult> callback) { in onSendTextSms()
180 callback.onReceiveResult(new SendSmsResult(SEND_STATUS_RETRY_ON_CARRIER_NETWORK, 0)); in onSendTextSms()
197 int sendSmsFlag, @NonNull ResultCallback<SendSmsResult> callback) { in onSendTextSms()
215 @NonNull ResultCallback<SendSmsResult> callback) { in onSendDataSms()
218 callback.onReceiveResult(new SendSmsResult(SEND_STATUS_RETRY_ON_CARRIER_NETWORK, 0)); in onSendDataSms()
236 @NonNull ResultCallback<SendSmsResult> callback) { in onSendDataSms()
369 public static final class SendSmsResult { class in CarrierMessagingService
382 public SendSmsResult(int sendStatus, int messageRef) { in SendSmsResult() method in CarrierMessagingService.SendSmsResult
480 new ResultCallback<SendSmsResult>() { in sendTextSms()
482 public void onReceiveResult(final SendSmsResult result) throws RemoteException { in sendTextSms()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioResponse.java34 import android.hardware.radio.V1_0.SendSmsResult;
310 SendSmsResult sms) { in sendSmsResponse()
319 SendSmsResult sms) { in sendSMSExpectMoreResponse()
744 public void sendCdmaSmsResponse(RadioResponseInfo responseInfo, SendSmsResult sms) { in sendCdmaSmsResponse()
963 public void sendImsSmsResponse(RadioResponseInfo responseInfo, SendSmsResult sms) { in sendImsSmsResponse()
1407 private void responseSms(RadioResponseInfo responseInfo, SendSmsResult sms) { in responseSms()
/frameworks/base/api/
Dcurrent.txt36957 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendSmsResult>);
36958 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendSmsResult>);
36962 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendSmsResult>);
36963 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendSmsResult>);
36993 public static final class CarrierMessagingService.SendSmsResult {
36994 ctor public CarrierMessagingService.SendSmsResult(int, int);
Dsystem-current.txt40026 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendSmsResult>);
40027 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendSmsResult>);
40031 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendSmsResult>);
40032 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendSmsResult>);
40062 public static final class CarrierMessagingService.SendSmsResult {
40063 ctor public CarrierMessagingService.SendSmsResult(int, int);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26917 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendSmsResult>);
26920 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendSmsResult>);
26946 public static final class CarrierMessagingService.SendSmsResult {
26947 ctor public CarrierMessagingService.SendSmsResult(int, int);