Home
last modified time | relevance | path

Searched defs:acknowledgeSms (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsSmsImplBase.java220 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/
DIImsMmTelFeature.aidl73 oneway void acknowledgeSms(int token, int messageRef, int result); in acknowledgeSms() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java535 public void acknowledgeSms(int token, int messageRef, in acknowledgeSms() method in MmTelFeatureConnection
543 public void acknowledgeSms(int token, int messageRef, in acknowledgeSms() method in MmTelFeatureConnection
DImsManager.java3114 public void acknowledgeSms(int token, int messageRef, int result) throws ImsException { in acknowledgeSms() method in ImsManager
3123 …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/
DMmTelFeature.java1815 private void acknowledgeSms(int token, int messageRef, in acknowledgeSms() method in MmTelFeature
1820 private void acknowledgeSms(int token, int messageRef, in acknowledgeSms() method in MmTelFeature