Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java580 private ImsCallProfile mCallProfile = null; field in ImsCall
700 mCallProfile = null; in close()
719 return userId.equals(mCallProfile.getCallExtra(ImsCallProfile.EXTRA_REMOTE_URI, "")); in checkIfRemoteUserIsSame()
752 return mCallProfile; in getCallProfile()
765 mCallProfile = profile; in setCallProfile()
766 trackVideoStateHistory(mCallProfile); in setCallProfile()
1151 session.start(callee, mCallProfile); in start()
1177 session.start(participants, mCallProfile); in start()
1231 mCallProfile = mProposedCallProfile; in accept()
1232 trackVideoStateHistory(mCallProfile); in accept()
[all …]