Searched refs:foregroundConnection (Results 1 – 1 of 1) sorted by relevance
1394 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection(); in conference() local1395 if (foregroundConnection != null) { in conference()1396 foregroundConnection.setConferenceConnectTime(conferenceConnectTime); in conference()1397 foregroundConnection.handleMergeStart(); in conference()1398 foregroundId = foregroundConnection.getTelecomCallId(); in conference()