Searched refs:pendingConnection (Results 1 – 1 of 1) sorted by relevance
1137 ImsPhoneConnection pendingConnection; in startConference() local1140 pendingConnection = new ImsPhoneConnection(mPhone, in startConference()1147 mPendingMO = pendingConnection; in startConference()1148 pendingConnection.setVideoState(videoState); in startConference()1151 pendingConnection.setCurrentRttTextStream(dialArgs.rttTextStream); in startConference()1154 addConnection(pendingConnection); in startConference()1157 dialInternal(pendingConnection, clirMode, videoState, dialArgs.intentExtras); in startConference()1163 return pendingConnection; in startConference()