Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java2520 ImsCall bgImsCall = mBackgroundCall.getImsCall(); in conference() local
2521 if (bgImsCall == null) { in conference()
2531 if (bgImsCall.isCallSessionMergePending()) { in conference()
2562 ImsPhoneConnection backgroundConnection = findConnection(bgImsCall); in conference()
2573 fgImsCall.merge(bgImsCall); in conference()
2587 ImsCall bgImsCall = mBackgroundCall.getImsCall(); in explicitCallTransfer() local
2588 if ((fgImsCall == null) || (bgImsCall == null) || !canTransfer()) { in explicitCallTransfer()
2596 bgImsCall.consultativeTransfer(fgImsCall); in explicitCallTransfer()