Home
last modified time | relevance | path

Searched refs:isRttCall (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/
DImsStreamMediaProfile.java248 public boolean isRttCall() { in isRttCall() method in ImsStreamMediaProfile
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1668 if (!mCallProfile.mMediaProfile.isRttCall()) { in sendRttMessage()
1687 if (rttOn && mCallProfile.mMediaProfile.isRttCall()) { in sendRttModifyRequest()
1690 } else if (!rttOn && !mCallProfile.mMediaProfile.isRttCall()) { in sendRttModifyRequest()
1720 if (mCallProfile.mMediaProfile.isRttCall()) { in sendRttModifyResponse()
3159 if (!callProfile.mMediaProfile.isRttCall()) { in callSessionRttModifyRequestReceived()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java925 mIsRttEnabledForCall = negotiatedCallProfile.mMediaProfile.isRttCall(); in updateMediaCapabilities()
/frameworks/base/api/
Dsystem-current.txt8949 method public boolean isRttCall();