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.java1841 ImsCall bgImsCall = mBackgroundCall.getImsCall(); in conference() local
1842 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() local
1909 if ((fgImsCall == null) || (bgImsCall == null) || !canTransfer()) { in explicitCallTransfer()
1914 fgImsCall.consultativeTransfer(bgImsCall); in explicitCallTransfer()