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
364 List<Connection> confConnections = in setAndVerifyConferenceablesForOutgoingConnection() local368 confConnections.add(c); in setAndVerifyConferenceablesForOutgoingConnection()371 connection.setConferenceableConnections(confConnections); in setAndVerifyConferenceablesForOutgoingConnection()372 assertEquals(connection.getConferenceables(), confConnections); in setAndVerifyConferenceablesForOutgoingConnection() local