/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsSmsImplBase.java | 203 public void acknowledgeSmsReport(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSmsReport() method in ImsSmsImplBase 370 acknowledgeSmsReport(token, messageRef, STATUS_REPORT_STATUS_ERROR); in onSmsStatusReportReceived() 401 acknowledgeSmsReport( in onSmsStatusReportReceived() 407 acknowledgeSmsReport(token, 0, STATUS_REPORT_STATUS_ERROR); in onSmsStatusReportReceived()
|
/frameworks/base/telephony/java/android/telephony/ims/feature/ |
D | MmTelFeature.java | 192 public void acknowledgeSmsReport(int token, int messageRef, int result) { 194 MmTelFeature.this.acknowledgeSmsReport(token, messageRef, result); 771 private void acknowledgeSmsReport(int token, int messageRef, in acknowledgeSmsReport() method in MmTelFeature 773 getSmsImplementation().acknowledgeSmsReport(token, messageRef, result); in acknowledgeSmsReport()
|
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
D | IImsMmTelFeature.aidl | 58 oneway void acknowledgeSmsReport(int token, int messageRef, int result); in acknowledgeSmsReport() method
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | MmTelFeatureConnection.java | 509 public void acknowledgeSmsReport(int token, int messageRef, in acknowledgeSmsReport() method in MmTelFeatureConnection 513 getServiceInterface(mBinder).acknowledgeSmsReport(token, messageRef, result); in acknowledgeSmsReport()
|
D | ImsManager.java | 2511 public void acknowledgeSmsReport(int token, int messageRef, int result) throws ImsException{ in acknowledgeSmsReport() method in ImsManager 2513 mMmTelFeatureConnection.acknowledgeSmsReport(token, messageRef, result); in acknowledgeSmsReport()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ImsSmsDispatcherTest.java | 170 .acknowledgeSmsReport( in testReceiveGsmSmsStatusReport()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ImsSmsDispatcher.java | 173 getImsManager().acknowledgeSmsReport(
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 1990 method public void acknowledgeSmsReport(int, @IntRange(from=0, to=65535) int, int);
|
/frameworks/base/api/ |
D | test-current.txt | 4011 method public void acknowledgeSmsReport(int, @IntRange(from=0, to=65535) int, int);
|
D | system-current.txt | 10222 method public void acknowledgeSmsReport(int, @IntRange(from=0, to=65535) int, int);
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 10120 method public void acknowledgeSmsReport(int, @IntRange(from=0, to=65535) int, int);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 67909 Landroid/telephony/ims/feature/MmTelFeature;->acknowledgeSmsReport(III)V
|