Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsSmsImplBase.java51 public @interface SendStatusResult {} annotation in ImsSmsImplBase
290 @SendStatusResult int status, @SmsManager.Result int reason) throws RuntimeException { in onSendSmsResult()
323 @IntRange(from = 0, to = 65535) int messageRef, @SendStatusResult int status, in onSendSmsResultError()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DSmsStats.java53 import android.telephony.ims.stub.ImsSmsImplBase.SendStatusResult;
289 private static int getOutgoingSmsError(@SendStatusResult int imsSendResult) { in getOutgoingSmsError()
DTelephonyMetrics.java1904 @ImsSmsImplBase.SendStatusResult int resultCode, int errorReason, in writeOnImsServiceSmsSolicitedResponse()
2326 @ImsSmsImplBase.SendStatusResult int resultCode, long messageId) { in writeImsServiceSendSms()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DImsSmsDispatcher.java33 import android.telephony.ims.stub.ImsSmsImplBase.SendStatusResult;
142 public void onSendSmsResult(int token, int messageRef, @SendStatusResult int status,
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java509 @ImsSmsImplBase.SendStatusResult int result) throws RemoteException { in acknowledgeSms()