Searched refs:bgImsCall (Results 1 – 1 of 1) sorted by relevance
1858 ImsCall bgImsCall = mBackgroundCall.getImsCall(); in conference() local1859 if (bgImsCall == null) { in conference()1869 if (bgImsCall.isCallSessionMergePending()) { in conference()1900 ImsPhoneConnection backgroundConnection = findConnection(bgImsCall); in conference()1911 fgImsCall.merge(bgImsCall); in conference()1924 ImsCall bgImsCall = mBackgroundCall.getImsCall(); in explicitCallTransfer() local1925 if ((fgImsCall == null) || (bgImsCall == null) || !canTransfer()) { in explicitCallTransfer()1930 fgImsCall.consultativeTransfer(bgImsCall); in explicitCallTransfer()