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.java1883 ImsPhoneConnection backgroundConnection = findConnection(bgImsCall); in conference() local
1884 if (backgroundConnection != null) { in conference()
1885 backgroundConnection.handleMergeStart(); in conference()
1886 backgroundId = backgroundConnection.getTelecomCallId(); in conference()
1887 cacheConnectionTimeWithPhoneNumber(backgroundConnection); in conference()
1897 handleConferenceFailed(foregroundConnection, backgroundConnection); in conference()
3295 ImsPhoneConnection backgroundConnection = mBackgroundCall.getFirstConnection();
3296 if (backgroundConnection != null) {
3297 backgroundConnection.onConferenceMergeFailed();
3298 backgroundConnection.handleMergeComplete();