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.java1900 ImsPhoneConnection backgroundConnection = findConnection(bgImsCall); in conference() local
1901 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();