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.java1137 ImsPhoneConnection pendingConnection; in startConference() local
1140 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()