Searched refs:onSmsStatusReportReceived (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsSmsImplBase.java | 359 public final void onSmsStatusReportReceived(int token, in onSmsStatusReportReceived() method in ImsSmsImplBase 367 mListener.onSmsStatusReportReceived(token, format, pdu); in onSmsStatusReportReceived() 389 public final void onSmsStatusReportReceived(int token, @SmsMessage.Format String format, in onSmsStatusReportReceived() method in ImsSmsImplBase 396 mListener.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 | 172 .onSmsStatusReportReceived(statusReportToken, SmsMessage.FORMAT_3GPP, pdu); in testReceiveGsmSmsStatusReport()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ImsSmsDispatcher.java | 158 public void onSmsStatusReportReceived(int token, String format, byte[] pdu)
|
/frameworks/base/api/ |
D | system-lint-baseline.txt | 179 MissingNullability: android.telephony.ims.stub.ImsSmsImplBase#onSmsStatusReportReceived(int, String… 181 MissingNullability: android.telephony.ims.stub.ImsSmsImplBase#onSmsStatusReportReceived(int, String…
|
D | test-lint-baseline.txt | 1830 MissingNullability: android.telephony.ims.stub.ImsSmsImplBase#onSmsStatusReportReceived(int, String… 1832 MissingNullability: android.telephony.ims.stub.ImsSmsImplBase#onSmsStatusReportReceived(int, String… 1834 MissingNullability: android.telephony.ims.stub.ImsSmsImplBase#onSmsStatusReportReceived(int, int, S… 1836 MissingNullability: android.telephony.ims.stub.ImsSmsImplBase#onSmsStatusReportReceived(int, int, S…
|
D | test-current.txt | 4837 …method @Deprecated public final void onSmsStatusReportReceived(int, @IntRange(from=0, to=65535) in… 4838 …method public final void onSmsStatusReportReceived(int, String, byte[]) throws java.lang.RuntimeEx…
|
D | system-current.txt | 12432 …method @Deprecated public final void onSmsStatusReportReceived(int, @IntRange(from=0, to=65535) in… 12433 …method public final void onSmsStatusReportReceived(int, String, byte[]) throws java.lang.RuntimeEx…
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 1929 …method @Deprecated public final void onSmsStatusReportReceived(int, @IntRange(from=0, to=65535) in… 1930 …method public final void onSmsStatusReportReceived(int, String, byte[]) throws java.lang.RuntimeEx…
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 11314 …method @Deprecated public final void onSmsStatusReportReceived(int, @IntRange(from=0, to=65535) in… 11315 …method public final void onSmsStatusReportReceived(int, String, byte[]) throws java.lang.RuntimeEx…
|