Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsSmsImplBase.java459 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/
DIImsSmsListener.aidl25 void onSmsStatusReportReceived(int token, in String format, in byte[] pdu); in onSmsStatusReportReceived() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DImsSmsDispatcherTest.java293 .onSmsStatusReportReceived(statusReportToken, SmsMessage.FORMAT_3GPP, pdu); in testReceiveGsmSmsStatusReport()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DImsSmsDispatcher.java271 public void onSmsStatusReportReceived(int token, String format, byte[] pdu)
/frameworks/base/core/api/
Dsystem-current.txt17560 …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…