Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsCallSessionImpl.java72 private ImsCallProfile mConfCallProfile = null; field in TestImsCallSessionImpl
514 mListener.callSessionMergeStarted(confCallSession, mConfCallProfile); in mergeFailed()
592 mConfCallProfile = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in createConferenceSession()
594 mConfCallProfile.setCallExtraBoolean(ImsCallProfile.EXTRA_CONFERENCE, true); in createConferenceSession()
596 mConfSession = new TestImsCallSessionImpl(mConfCallProfile); in createConferenceSession()