Searched refs:onSmsStatusReportReceived (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsSmsImplBase.java | 459 public final void onSmsStatusReportReceived(int token, in onSmsStatusReportReceived() method in ImsSmsImplBase 471 listener.onSmsStatusReportReceived(token, format, pdu); in onSmsStatusReportReceived() 492 public final void onSmsStatusReportReceived(int token, @SmsMessage.Format String format, in onSmsStatusReportReceived() method in ImsSmsImplBase 503 listener.onSmsStatusReportReceived(token, format, pdu); in onSmsStatusReportReceived()
|
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
D | IImsSmsListener.aidl | 25 void onSmsStatusReportReceived(int token, in String format, in byte[] pdu); in onSmsStatusReportReceived() method
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ImsSmsDispatcherTest.java | 293 .onSmsStatusReportReceived(statusReportToken, SmsMessage.FORMAT_3GPP, pdu); in testReceiveGsmSmsStatusReport()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ImsSmsDispatcher.java | 271 public void onSmsStatusReportReceived(int token, String format, byte[] pdu)
|
/frameworks/base/core/api/ |
D | system-current.txt | 17560 …method @Deprecated public final void onSmsStatusReportReceived(int, @IntRange(from=0, to=65535) in… 17561 …method public final void onSmsStatusReportReceived(int, String, byte[]) throws java.lang.RuntimeEx…
|