Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsSmsImplBase.java53 public @interface SendStatusResult {} annotation in ImsSmsImplBase
292 @SendStatusResult int status, @SmsManager.Result int reason) throws RuntimeException { in onSendSmsResult()
325 @IntRange(from = 0, to = 65535) int messageRef, @SendStatusResult int status, in onSendSmsResultError()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DImsSmsDispatcher.java33 import android.telephony.ims.stub.ImsSmsImplBase.SendStatusResult;
118 public void onSendSmsResult(int token, int messageRef, @SendStatusResult int status,
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java502 @ImsSmsImplBase.SendStatusResult int result) throws RemoteException { in acknowledgeSms()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java1826 @ImsSmsImplBase.SendStatusResult int resultCode, int errorReason) { in writeOnImsServiceSmsSolicitedResponse()
2241 @ImsSmsImplBase.SendStatusResult int resultCode) { in writeImsServiceSendSms()