Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1875 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection(); in conference() local
1876 if (foregroundConnection != null) { in conference()
1877 foregroundConnection.setConferenceConnectTime(conferenceConnectTime); in conference()
1878 foregroundConnection.handleMergeStart(); in conference()
1879 foregroundId = foregroundConnection.getTelecomCallId(); in conference()
1880 cacheConnectionTimeWithPhoneNumber(foregroundConnection); in conference()
1897 handleConferenceFailed(foregroundConnection, backgroundConnection); in conference()
3289 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection();
3290 if (foregroundConnection != null) {
3291 foregroundConnection.onConferenceMergeFailed();
[all …]