Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1677 ImsPhoneConnection pendingConnection; in startConference() local
1680 pendingConnection = new ImsPhoneConnection(mPhone, in startConference()
1687 mPendingMO = pendingConnection; in startConference()
1688 pendingConnection.setVideoState(videoState); in startConference()
1691 pendingConnection.setCurrentRttTextStream(dialArgs.rttTextStream); in startConference()
1694 addConnection(pendingConnection); in startConference()
1697 dialInternal(pendingConnection, clirMode, videoState, dialArgs.intentExtras); in startConference()
1703 return pendingConnection; in startConference()