Searched refs:SendStatusResult (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsSmsImplBase.java | 51 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/ |
D | SmsStats.java | 53 import android.telephony.ims.stub.ImsSmsImplBase.SendStatusResult; 289 private static int getOutgoingSmsError(@SendStatusResult int imsSendResult) { in getOutgoingSmsError()
|
D | TelephonyMetrics.java | 1904 @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/ |
D | ImsSmsDispatcher.java | 33 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/ |
D | MmTelFeatureConnection.java | 509 @ImsSmsImplBase.SendStatusResult int result) throws RemoteException { in acknowledgeSms()
|