Searched refs:outgoingConnections (Results 1 – 3 of 3) sorted by relevance
120 remoteConnectionService.outgoingConnections.size(), not(equalTo(0))); in verifyConnectionForOutgoingCallOnRemoteCS()123 … MockConnection connection = remoteConnectionService.outgoingConnections.get(connectionIndex); in verifyConnectionForOutgoingCallOnRemoteCS()145 0, remoteConnectionService.outgoingConnections.size()); in verifyConnectionForIncomingCallOnRemoteCS()158 … MockConnection connection = remoteConnectionService.outgoingConnections.get(connectionIndex); in setAndVerifyConferenceablesForOutgoingConnectionOnRemoteCS()160 new ArrayList<>(remoteConnectionService.outgoingConnections.size()); in setAndVerifyConferenceablesForOutgoingConnectionOnRemoteCS()161 for (Connection c : remoteConnectionService.outgoingConnections) { in setAndVerifyConferenceablesForOutgoingConnectionOnRemoteCS()
47 public List<MockConnection> outgoingConnections = new ArrayList<MockConnection>(); field in MockConnectionService66 outgoingConnections.add(connection); in onCreateOutgoingConnection()
328 connectionService.outgoingConnections.size(), not(equalTo(0))); in verifyConnectionForOutgoingCall()329 MockConnection connection = connectionService.outgoingConnections.get(connectionIndex); in verifyConnectionForOutgoingCall()363 MockConnection connection = connectionService.outgoingConnections.get(connectionIndex); in setAndVerifyConferenceablesForOutgoingConnection()365 new ArrayList<>(connectionService.outgoingConnections.size()); in setAndVerifyConferenceablesForOutgoingConnection()366 for (Connection c : connectionService.outgoingConnections) { in setAndVerifyConferenceablesForOutgoingConnection()