Searched refs:confConnections (Results 1 – 2 of 2) sorted by relevance
159 List<Connection> confConnections = in setAndVerifyConferenceablesForOutgoingConnectionOnRemoteCS() local163 confConnections.add(c); in setAndVerifyConferenceablesForOutgoingConnectionOnRemoteCS()166 connection.setConferenceableConnections(confConnections); in setAndVerifyConferenceablesForOutgoingConnectionOnRemoteCS()167 assertEquals(connection.getConferenceables(), confConnections); in setAndVerifyConferenceablesForOutgoingConnectionOnRemoteCS() local
724 List<Connection> confConnections = in setAndVerifyConferenceablesForOutgoingConnection() local728 confConnections.add(c); in setAndVerifyConferenceablesForOutgoingConnection()731 connection.setConferenceableConnections(confConnections); in setAndVerifyConferenceablesForOutgoingConnection()732 assertEquals(connection.getConferenceables(), confConnections); in setAndVerifyConferenceablesForOutgoingConnection() local