Searched refs:SendSmsResult (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/service/carrier/ |
D | CarrierMessagingService.java | 177 @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/ |
D | RadioResponse.java | 34 import android.hardware.radio.V1_0.SendSmsResult; 496 SendSmsResult sms) { in sendSmsResponse() 505 SendSmsResult sms) { in sendSMSExpectMoreResponse() 1035 public void sendCdmaSmsResponse(RadioResponseInfo responseInfo, SendSmsResult sms) { in sendCdmaSmsResponse() 1044 public void sendCdmaSMSExpectMoreResponse(RadioResponseInfo responseInfo, SendSmsResult sms) { in sendCdmaSMSExpectMoreResponse() 1301 public void sendImsSmsResponse(RadioResponseInfo responseInfo, SendSmsResult sms) { in sendImsSmsResponse() 2156 private void responseSms(RadioResponseInfo responseInfo, SendSmsResult sms) { in responseSms() 2678 SendSmsResult sms) { in sendCdmaSmsExpectMoreResponse()
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 41688 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendSmsResult>); 41689 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendSmsResult>); 41693 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendSmsResult>); 41694 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendSmsResult>); 41724 public static final class CarrierMessagingService.SendSmsResult { 41725 ctor public CarrierMessagingService.SendSmsResult(int, int);
|
/frameworks/base/api/ |
D | current.txt | 41832 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendSmsResult>); 41833 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendSmsResult>); 41837 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendSmsResult>); 41838 …ierMessagingService.ResultCallback<android.service.carrier.CarrierMessagingService.SendSmsResult>); 41868 public static final class CarrierMessagingService.SendSmsResult { 41869 ctor public CarrierMessagingService.SendSmsResult(int, int);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26917 …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);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 43081 …nseSms(Landroid/hardware/radio/V1_0/RadioResponseInfo;Landroid/hardware/radio/V1_0/SendSmsResult;)V 43082 …sponse(Landroid/hardware/radio/V1_0/RadioResponseInfo;Landroid/hardware/radio/V1_0/SendSmsResult;)V
|
D | hiddenapi-greylist-max-o.txt | 62976 Landroid/service/carrier/CarrierMessagingService$SendSmsResult;->mMessageRef:I 62977 Landroid/service/carrier/CarrierMessagingService$SendSmsResult;->mSendStatus:I
|