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.java592 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
DImsManager.java3259 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/
DMmTelFeature.java1834 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