Searched refs:bgCall (Results 1 – 2 of 2) sorted by relevance
1279 public void merge(ImsCall bgCall) throws ImsException { in merge() argument1280 logi("merge(1) :: bgImsCall=" + bgCall); in merge()1282 if (bgCall == null) { in merge()1290 bgCall.setCallSessionMergePending(true); in merge()1292 if ((!isMultiparty() && !bgCall.isMultiparty()) || isMultiparty()) { in merge()1298 setMergePeer(bgCall); in merge()1301 setMergeHost(bgCall); in merge()
2052 Call bgCall = getFirstActiveBgCall(); in getBgCallConnections() local2053 if ( bgCall != null) { in getBgCallConnections()2054 return bgCall.getConnections(); in getBgCallConnections()2064 Call bgCall = getFirstActiveBgCall(subId); in getBgCallConnections() local2065 if ( bgCall != null) { in getBgCallConnections()2066 return bgCall.getConnections(); in getBgCallConnections()