Searched refs:foregroundConnection (Results 1 – 1 of 1) sorted by relevance
2066 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection(); in conference() local2067 if (foregroundConnection != null) { in conference()2068 foregroundConnection.setConferenceConnectTime(conferenceConnectTime); in conference()2069 foregroundConnection.handleMergeStart(); in conference()2070 foregroundId = foregroundConnection.getTelecomCallId(); in conference()2071 cacheConnectionTimeWithPhoneNumber(foregroundConnection); in conference()2088 handleConferenceFailed(foregroundConnection, backgroundConnection); in conference()3545 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection();3546 if (foregroundConnection != null) {3547 foregroundConnection.onConferenceMergeFailed();[all …]