Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java580 private ImsCallProfile mCallProfile = null; field in ImsCall
700 mCallProfile = null; in close()
752 return mCallProfile; in getCallProfile()
765 mCallProfile = profile; in setCallProfile()
1795 mCallProfile.writeToParcel(p, 0); in sendRttModifyRequest()
1906 if (mCallProfile == null) { in createHoldMediaProfile()
1924 if (mCallProfile == null) { in createResumeMediaProfile()
3811 return mCallProfile != null && mCallProfile.isVideoCall(); in isVideoCall()
3827 if (mCallProfile == null) { in isWifiCall()
3840 if (mCallProfile == null) { in getNetworkType()
[all …]