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.java550 private ImsCallProfile mCallProfile = null; field in ImsCall
670 mCallProfile = null; in close()
689 return userId.equals(mCallProfile.getCallExtra(ImsCallProfile.EXTRA_REMOTE_URI, "")); in checkIfRemoteUserIsSame()
722 return mCallProfile; in getCallProfile()
735 mCallProfile = profile; in setCallProfile()
736 trackVideoStateHistory(mCallProfile); in setCallProfile()
1121 session.start(callee, mCallProfile); in start()
1147 session.start(participants, mCallProfile); in start()
1201 mCallProfile = mProposedCallProfile; in accept()
1202 trackVideoStateHistory(mCallProfile); in accept()
[all …]