Searched refs:onSmsStatusReportReceived (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/ |
H A D | ImsSmsImplBase.java | 357 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 D | IImsSmsListener.aidl | 25 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 D | ImsSmsDispatcherTest.java | 187 .onSmsStatusReportReceived(statusReportToken, SmsMessage.FORMAT_3GPP, pdu); in testReceiveGsmSmsStatusReport()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | ImsSmsDispatcher.java | 195 public void onSmsStatusReportReceived(int token, String format, byte[] pdu)
|
/aosp12/frameworks/base/core/api/ |
H A D | test-lint-baseline.txt | 2000 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 D | system-current.txt | 14015 …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…
|