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.java596 private ImsCallProfile mCallProfile = null; field in ImsCall
716 mCallProfile = null; in close()
735 return userId.equals(mCallProfile.getCallExtra(ImsCallProfile.EXTRA_REMOTE_URI, "")); in checkIfRemoteUserIsSame()
768 return mCallProfile; in getCallProfile()
781 mCallProfile = profile; in setCallProfile()
782 trackVideoStateHistory(mCallProfile); in setCallProfile()
1181 session.start(callee, mCallProfile); in start()
1207 session.start(participants, mCallProfile); in start()
1261 mCallProfile = mProposedCallProfile; in accept()
1262 trackVideoStateHistory(mCallProfile); in accept()
[all …]