Searched refs:pendingConnection (Results 1 – 1 of 1) sorted by relevance
1160 ImsPhoneConnection pendingConnection; in startConference() local1163 pendingConnection = new ImsPhoneConnection(mPhone, in startConference()1170 mPendingMO = pendingConnection; in startConference()1171 pendingConnection.setVideoState(videoState); in startConference()1174 pendingConnection.setCurrentRttTextStream(dialArgs.rttTextStream); in startConference()1177 addConnection(pendingConnection); in startConference()1180 dialInternal(pendingConnection, clirMode, videoState, dialArgs.intentExtras); in startConference()1186 return pendingConnection; in startConference()