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.java2066 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection(); in conference() local
2067 if (foregroundConnection != null) { in conference()
2068 foregroundConnection.setConferenceConnectTime(conferenceConnectTime); in conference()
2069 foregroundConnection.handleMergeStart(); in conference()
2070 foregroundId = foregroundConnection.getTelecomCallId(); in conference()
2071 cacheConnectionTimeWithPhoneNumber(foregroundConnection); in conference()
2088 handleConferenceFailed(foregroundConnection, backgroundConnection); in conference()
3545 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection();
3546 if (foregroundConnection != null) {
3547 foregroundConnection.onConferenceMergeFailed();
[all …]