Home
last modified time | relevance | path

Searched refs:backgroundConnection (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java2562 ImsPhoneConnection backgroundConnection = findConnection(bgImsCall); in conference() local
2563 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();