Searched refs:foregroundConnection (Results 1 – 1 of 1) sorted by relevance
1892 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection(); in conference() local1893 if (foregroundConnection != null) { in conference()1894 foregroundConnection.setConferenceConnectTime(conferenceConnectTime); in conference()1895 foregroundConnection.handleMergeStart(); in conference()1896 foregroundId = foregroundConnection.getTelecomCallId(); in conference()1897 cacheConnectionTimeWithPhoneNumber(foregroundConnection); in conference()3304 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection();3305 if (foregroundConnection != null) {3306 foregroundConnection.onConferenceMergeFailed();3307 foregroundConnection.handleMergeComplete();