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.java1394 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection(); in conference() local
1395 if (foregroundConnection != null) { in conference()
1396 foregroundConnection.setConferenceConnectTime(conferenceConnectTime); in conference()
1397 foregroundConnection.handleMergeStart(); in conference()
1398 foregroundId = foregroundConnection.getTelecomCallId(); in conference()