Searched refs:mCallProfile (Results 1 – 1 of 1) sorted by relevance
48 private ImsCallProfile mCallProfile; field in TestImsCallSessionImpl77 mCallProfile = profile; in TestImsCallSessionImpl()87 return mCallProfile; in getCallProfile()112 boolean isMultiparty = (mCallProfile != null) in isMultiparty()113 ? mCallProfile.getCallExtraBoolean(ImsCallProfile.EXTRA_CONFERENCE) : false; in isMultiparty()147 mListener.callSessionInitiating(mCallProfile); in startInternal()167 mCallProfile.updateMediaProfile(profile); in startInternal()175 mListener.callSessionProgressing(mCallProfile.getMediaProfile()); in startInternal()193 mListener.callSessionInitiated(mCallProfile); in startInternal()235 mListener.callSessionInitiated(mCallProfile); in accept()[all …]