Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DRemoteConferenceTest.java55 MockConnection mConnection1, mConnection2; field in RemoteConferenceTest
85 assertConnectionState(mConnection2, Connection.STATE_ACTIVE); in testRemoteConferenceCreate()
127 assertConnectionState(mConnection2, Connection.STATE_HOLDING); in testRemoteConferenceHoldAndUnhold()
139 assertConnectionState(mConnection2, Connection.STATE_ACTIVE); in testRemoteConferenceHoldAndUnhold()
159 assertConnectionCallDisplayName(mConnection2, in testRemoteConferenceMergeAndSwap()
171 assertConnectionCallDisplayName(mConnection2, in testRemoteConferenceMergeAndSwap()
490 MockConference conference = new MockConference(mConnection1, mConnection2); in addRemoteConnectionOutgoingCalls()
543 mConnection2 = verifyConnectionForOutgoingCall(1); in addRemoteConnectionOutgoingCalls()
547 mConnection2.setActive(); in addRemoteConnectionOutgoingCalls()
DConferenceTest.java46 private MockConnection mConnection1, mConnection2; field in ConferenceTest
58 verifyConferenceObject(mConferenceObject, mConnection1, mConnection2); in setUp()
307 mConnection2 = verifyConnectionForOutgoingCall(1); in addOutgoingCalls()
310 mConnection2.setActive(); in addOutgoingCalls()