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.java416 private ImsCallProfile mCallProfile = null; field in ImsCall
458 mCallProfile = profile; in ImsCall()
472 mCallProfile = null; in close()
491 return userId.equals(mCallProfile.getCallExtra(ImsCallProfile.EXTRA_REMOTE_URI, "")); in checkIfRemoteUserIsSame()
524 return mCallProfile; in getCallProfile()
866 session.start(callee, mCallProfile); in start()
893 session.start(participants, mCallProfile); in start()
948 mCallProfile = mProposedCallProfile; in accept()
1426 if (mCallProfile == null) { in createHoldMediaProfile()
1430 mediaProfile.mAudioQuality = mCallProfile.mMediaProfile.mAudioQuality; in createHoldMediaProfile()
[all …]