Searched refs:otherSubConnections (Results 1 – 1 of 1) sorted by relevance
4609 List<Connection> otherSubConnections = connections.stream() in maybeGetFirstConferenceableFromOtherSubscription() local4617 if (!otherSubConnections.isEmpty()) { in maybeGetFirstConferenceableFromOtherSubscription()4618 if (otherSubConnections.size() > 1) { in maybeGetFirstConferenceableFromOtherSubscription()4620 + otherSubConnections.size() + " on other sub!"); in maybeGetFirstConferenceableFromOtherSubscription()4623 + otherSubConnections.get(0).getTelecomCallId() + " on " in maybeGetFirstConferenceableFromOtherSubscription()4624 + otherSubConnections.get(0).getPhoneAccountHandle()); in maybeGetFirstConferenceableFromOtherSubscription()4625 return otherSubConnections.get(0); in maybeGetFirstConferenceableFromOtherSubscription()