Searched defs:acknowledgeSms (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsSmsImplBase.java | 220 public void acknowledgeSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSms() method in ImsSmsImplBase 240 public void acknowledgeSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSms() method in ImsSmsImplBase
|
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
D | IImsMmTelFeature.aidl | 73 oneway void acknowledgeSms(int token, int messageRef, int result); in acknowledgeSms() method
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | MmTelFeatureConnection.java | 592 public void acknowledgeSms(int token, int messageRef, in acknowledgeSms() method in MmTelFeatureConnection 600 public void acknowledgeSms(int token, int messageRef, in acknowledgeSms() method in MmTelFeatureConnection
|
D | ImsManager.java | 3259 public void acknowledgeSms(int token, int messageRef, int result) throws ImsException { in acknowledgeSms() method in ImsManager 3268 …public void acknowledgeSms(int token, int messageRef, int result, byte[] pdu) throws ImsException { in acknowledgeSms() method in ImsManager
|
/frameworks/base/telephony/java/android/telephony/ims/feature/ |
D | MmTelFeature.java | 1834 private void acknowledgeSms(int token, int messageRef, in acknowledgeSms() method in MmTelFeature 1839 private void acknowledgeSms(int token, int messageRef, in acknowledgeSms() method in MmTelFeature
|