Home
last modified time | relevance | path

Searched refs:sendRttModifyResponse (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java260 public void sendRttModifyResponse(boolean status) {
261 ImsCallSessionImplBase.this.sendRttModifyResponse(status);
590 public void sendRttModifyResponse(boolean status) { in sendRttModifyResponse() method in ImsCallSessionImplBase
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl278 void sendRttModifyResponse(in boolean status); in sendRttModifyResponse() method
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java1060 public void sendRttModifyResponse(boolean response) { in sendRttModifyResponse() method in ImsCallSession
1066 miSession.sendRttModifyResponse(response); in sendRttModifyResponse()
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java364 public void sendRttModifyResponse(boolean status) { in sendRttModifyResponse() method in ImsCallSessionImplBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java1039 public void sendRttModifyResponse(android.telecom.Connection.RttTextStream textStream) { in sendRttModifyResponse() method in ImsPhoneConnection
1044 imsCall.sendRttModifyResponse(accept); in sendRttModifyResponse()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1713 public void sendRttModifyResponse(boolean status) { in sendRttModifyResponse() method in ImsCall
1724 mSession.sendRttModifyResponse(status); in sendRttModifyResponse()
/frameworks/base/api/
Dsystem-current.txt9181 method public void sendRttModifyResponse(boolean);