Searched refs:foregroundConnection (Results 1 – 1 of 1) sorted by relevance
2554 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection(); in conference() local2555 if (foregroundConnection != null) { in conference()2556 foregroundConnection.setConferenceConnectTime(conferenceConnectTime); in conference()2557 foregroundConnection.handleMergeStart(); in conference()2558 foregroundId = foregroundConnection.getTelecomCallId(); in conference()2559 cacheConnectionTimeWithPhoneNumber(foregroundConnection); in conference()2576 handleConferenceFailed(foregroundConnection, backgroundConnection); in conference()4190 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection();4191 if (foregroundConnection != null) {4192 foregroundConnection.onConferenceMergeFailed();[all …]