Searched refs:bgImsCall (Results 1 – 1 of 1) sorted by relevance
1841 ImsCall bgImsCall = mBackgroundCall.getImsCall(); in conference() local1842 if (bgImsCall == null) { in conference()1852 if (bgImsCall.isCallSessionMergePending()) { in conference()1883 ImsPhoneConnection backgroundConnection = findConnection(bgImsCall); in conference()1894 fgImsCall.merge(bgImsCall); in conference()1908 ImsCall bgImsCall = mBackgroundCall.getImsCall(); in explicitCallTransfer() local1909 if ((fgImsCall == null) || (bgImsCall == null) || !canTransfer()) { in explicitCallTransfer()1914 fgImsCall.consultativeTransfer(bgImsCall); in explicitCallTransfer()