Searched refs:bgCall (Results 1 – 2 of 2) sorted by relevance
1343 public void merge(ImsCall bgCall) throws ImsException { in merge() argument1344 logi("merge(1) :: bgImsCall=" + bgCall); in merge()1346 if (bgCall == null) { in merge()1354 bgCall.setCallSessionMergePending(true); in merge()1356 if ((!isMultiparty() && !bgCall.isMultiparty()) || isMultiparty()) { in merge()1362 setMergePeer(bgCall); in merge()1365 setMergeHost(bgCall); in merge()
2053 Call bgCall = getFirstActiveBgCall(); in getBgCallConnections() local2054 if ( bgCall != null) { in getBgCallConnections()2055 return bgCall.getConnections(); in getBgCallConnections()2065 Call bgCall = getFirstActiveBgCall(subId); in getBgCallConnections() local2066 if ( bgCall != null) { in getBgCallConnections()2067 return bgCall.getConnections(); in getBgCallConnections()