Searched refs:remoteConnections (Results 1 – 2 of 2) sorted by relevance
73 public List<RemoteConnection> remoteConnections = new ArrayList<RemoteConnection>(); field in MockConnectionService233 remoteConnections.add(connection); in onRemoteExistingConnectionAdded()
516 List<RemoteConnection> remoteConnections = new ArrayList<>(); in verifyRemoteConferenceObject() local520 remoteConnections.add(remoteConnection); in verifyRemoteConferenceObject()523 assertEquals(remoteConnections, remoteConferenceObject.getConnections()); in verifyRemoteConferenceObject()