Searched refs:confConnections (Results 1 – 2 of 2) sorted by relevance
166 List<Connection> confConnections = in setAndVerifyConferenceablesForOutgoingConnectionOnRemoteCS() local170 confConnections.add(c); in setAndVerifyConferenceablesForOutgoingConnectionOnRemoteCS()173 connection.setConferenceableConnections(confConnections); in setAndVerifyConferenceablesForOutgoingConnectionOnRemoteCS()174 assertEquals(connection.getConferenceables(), confConnections); in setAndVerifyConferenceablesForOutgoingConnectionOnRemoteCS() local
1078 List<Connection> confConnections = in setAndVerifyConferenceablesForOutgoingConnection() local1082 confConnections.add(c); in setAndVerifyConferenceablesForOutgoingConnection()1085 connection.setConferenceableConnections(confConnections); in setAndVerifyConferenceablesForOutgoingConnection()1086 assertEquals(connection.getConferenceables(), confConnections); in setAndVerifyConferenceablesForOutgoingConnection() local