Searched refs:bgImsCall (Results 1 – 1 of 1) sorted by relevance
2520 ImsCall bgImsCall = mBackgroundCall.getImsCall(); in conference() local2521 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() local2588 if ((fgImsCall == null) || (bgImsCall == null) || !canTransfer()) { in explicitCallTransfer()2596 bgImsCall.consultativeTransfer(fgImsCall); in explicitCallTransfer()