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.java2554 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection(); in conference() local
2555 if (foregroundConnection != null) { in conference()
2556 foregroundConnection.setConferenceConnectTime(conferenceConnectTime); in conference()
2557 foregroundConnection.handleMergeStart(); in conference()
2558 foregroundId = foregroundConnection.getTelecomCallId(); in conference()
2559 cacheConnectionTimeWithPhoneNumber(foregroundConnection); in conference()
2576 handleConferenceFailed(foregroundConnection, backgroundConnection); in conference()
4190 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection();
4191 if (foregroundConnection != null) {
4192 foregroundConnection.onConferenceMergeFailed();
[all …]