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.java1892 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection(); in conference() local
1893 if (foregroundConnection != null) { in conference()
1894 foregroundConnection.setConferenceConnectTime(conferenceConnectTime); in conference()
1895 foregroundConnection.handleMergeStart(); in conference()
1896 foregroundId = foregroundConnection.getTelecomCallId(); in conference()
1897 cacheConnectionTimeWithPhoneNumber(foregroundConnection); in conference()
3304 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection();
3305 if (foregroundConnection != null) {
3306 foregroundConnection.onConferenceMergeFailed();
3307 foregroundConnection.handleMergeComplete();