Searched refs:pendingConnection (Results 1 – 1 of 1) sorted by relevance
1275 ImsPhoneConnection pendingConnection; in startConference() local1278 pendingConnection = new ImsPhoneConnection(mPhone, in startConference()1285 mPendingMO = pendingConnection; in startConference()1286 pendingConnection.setVideoState(videoState); in startConference()1289 pendingConnection.setCurrentRttTextStream(dialArgs.rttTextStream); in startConference()1292 addConnection(pendingConnection); in startConference()1295 dialInternal(pendingConnection, clirMode, videoState, dialArgs.intentExtras); in startConference()1301 return pendingConnection; in startConference()