Searched refs:bgCall (Results 1 – 2 of 2) sorted by relevance
1171 public void merge(ImsCall bgCall) throws ImsException { in merge() argument1173 log("merge(1) :: bgImsCall=" + bgCall); in merge()1176 if (bgCall == null) { in merge()1184 bgCall.setCallSessionMergePending(true); in merge()1186 if ((!isMultiparty() && !bgCall.isMultiparty()) || isMultiparty()) { in merge()1192 setMergePeer(bgCall); in merge()1195 setMergeHost(bgCall); in merge()
2089 Call bgCall = getFirstActiveBgCall(); in getBgCallConnections() local2090 if ( bgCall != null) { in getBgCallConnections()2091 return bgCall.getConnections(); in getBgCallConnections()2101 Call bgCall = getFirstActiveBgCall(subId); in getBgCallConnections() local2102 if ( bgCall != null) { in getBgCallConnections()2103 return bgCall.getConnections(); in getBgCallConnections()