Home
last modified time | relevance | path

Searched refs:confConnections (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DBaseRemoteTelecomTest.java166 List<Connection> confConnections = in setAndVerifyConferenceablesForOutgoingConnectionOnRemoteCS() local
170 confConnections.add(c); in setAndVerifyConferenceablesForOutgoingConnectionOnRemoteCS()
173 connection.setConferenceableConnections(confConnections); in setAndVerifyConferenceablesForOutgoingConnectionOnRemoteCS()
174 assertEquals(connection.getConferenceables(), confConnections); in setAndVerifyConferenceablesForOutgoingConnectionOnRemoteCS() local
DBaseTelecomTestWithMockServices.java1078 List<Connection> confConnections = in setAndVerifyConferenceablesForOutgoingConnection() local
1082 confConnections.add(c); in setAndVerifyConferenceablesForOutgoingConnection()
1085 connection.setConferenceableConnections(confConnections); in setAndVerifyConferenceablesForOutgoingConnection()
1086 assertEquals(connection.getConferenceables(), confConnections); in setAndVerifyConferenceablesForOutgoingConnection() local