Home
last modified time | relevance | path

Searched refs:newConnection (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DConferenceTest.java153 MockConnection newConnection = verifyConnectionForOutgoingCall(2); in testConferenceSetters() local
157 connectionList.add(newConnection); in testConferenceSetters()
185 mConferenceObject.addConnection(newConnection); in testConferenceSetters()
189 mConferenceObject.removeConnection(newConnection); in testConferenceSetters()
224 MockConnection newConnection = verifyConnectionForOutgoingCall(2); in testConferenceAddAndRemoveConnection() local
228 connectionList.add(newConnection); in testConferenceAddAndRemoveConnection()
233 mConferenceObject.addConnection(newConnection); in testConferenceAddAndRemoveConnection()
237 mConferenceObject.removeConnection(newConnection); in testConferenceAddAndRemoveConnection()
DRemoteConferenceTest.java277 MockConnection newConnection = verifyConnectionForOutgoingCallOnRemoteCS(2); in testRemoteConferenceCallbacks_ConnectionAdd() local
278 mRemoteConference.addConnection(newConnection); in testRemoteConferenceCallbacks_ConnectionAdd()
308 MockConnection newConnection = verifyConnectionForOutgoingCallOnRemoteCS(2); in testRemoteConferenceCallbacks_ConnectionRemove() local
309 mRemoteConference.addConnection(newConnection); in testRemoteConferenceCallbacks_ConnectionRemove()
310 mRemoteConference.removeConnection(newConnection); in testRemoteConferenceCallbacks_ConnectionRemove()
369 MockConnection newConnection = verifyConnectionForOutgoingCallOnRemoteCS(1); in testRemoteConferenceCallbacks_ConferenceableConnections() local
371 confList.add(newConnection); in testRemoteConferenceCallbacks_ConferenceableConnections()
DRemoteConnectionTest.java465 MockConnection newConnection = verifyConnectionForOutgoingCallOnRemoteCS(1); in testRemoteConnectionCallbacks_ConferenceableConnections() local
467 confList.add(newConnection); in testRemoteConnectionCallbacks_ConferenceableConnections()