Searched refs:backgroundConnection (Results 1 – 1 of 1) sorted by relevance
2562 ImsPhoneConnection backgroundConnection = findConnection(bgImsCall); in conference() local2563 if (backgroundConnection != null) { in conference()2564 backgroundConnection.handleMergeStart(); in conference()2565 backgroundId = backgroundConnection.getTelecomCallId(); in conference()2566 cacheConnectionTimeWithPhoneNumber(backgroundConnection); in conference()2576 handleConferenceFailed(foregroundConnection, backgroundConnection); in conference()4196 ImsPhoneConnection backgroundConnection = mBackgroundCall.getFirstConnection();4197 if (backgroundConnection != null) {4198 backgroundConnection.onConferenceMergeFailed();4199 backgroundConnection.handleMergeComplete();