Searched refs:backgroundConnection (Results 1 – 1 of 1) sorted by relevance
1900 ImsPhoneConnection backgroundConnection = findConnection(bgImsCall); in conference() local1901 if (backgroundConnection != null) { in conference()1902 backgroundConnection.handleMergeStart(); in conference()1903 backgroundId = backgroundConnection.getTelecomCallId(); in conference()1904 cacheConnectionTimeWithPhoneNumber(backgroundConnection); in conference()3310 ImsPhoneConnection backgroundConnection = mBackgroundCall.getFirstConnection();3311 if (backgroundConnection != null) {3312 backgroundConnection.onConferenceMergeFailed();3313 backgroundConnection.handleMergeComplete();