Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsSmsImplBase.java357 public final void onSmsStatusReportReceived(int token, in onSmsStatusReportReceived() method in ImsSmsImplBase
365 mListener.onSmsStatusReportReceived(token, format, pdu); in onSmsStatusReportReceived()
387 public final void onSmsStatusReportReceived(int token, @SmsMessage.Format String format, in onSmsStatusReportReceived() method in ImsSmsImplBase
394 mListener.onSmsStatusReportReceived(token, format, pdu); in onSmsStatusReportReceived()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsSmsListener.aidl25 void onSmsStatusReportReceived(int token, in String format, in byte[] pdu); in onSmsStatusReportReceived() method
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DImsSmsDispatcherTest.java187 .onSmsStatusReportReceived(statusReportToken, SmsMessage.FORMAT_3GPP, pdu); in testReceiveGsmSmsStatusReport()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DImsSmsDispatcher.java195 public void onSmsStatusReportReceived(int token, String format, byte[] pdu)
/aosp12/frameworks/base/core/api/
H A Dtest-lint-baseline.txt2000 MissingNullability: android.telephony.ims.stub.ImsSmsImplBase#onSmsStatusReportReceived(int, String…
2002 MissingNullability: android.telephony.ims.stub.ImsSmsImplBase#onSmsStatusReportReceived(int, String…
2004 MissingNullability: android.telephony.ims.stub.ImsSmsImplBase#onSmsStatusReportReceived(int, int, S…
2006 MissingNullability: android.telephony.ims.stub.ImsSmsImplBase#onSmsStatusReportReceived(int, int, S…
H A Dsystem-current.txt14015 …method @Deprecated public final void onSmsStatusReportReceived(int, @IntRange(from=0, to=65535) in…
14016 …method public final void onSmsStatusReportReceived(int, String, byte[]) throws java.lang.RuntimeEx…