Home
last modified time | relevance | path

Searched refs:getRemoteConnection (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DRemoteConferenceTest.java276 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConferenceCallbacks_ConnectionAdd()
307 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConferenceCallbacks_ConnectionRemove()
368 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConferenceCallbacks_ConferenceableConnections()
439 remoteConnections.add(((MockConnection)c).getRemoteConnection()); in verifyRemoteConferenceObject()
476 ((MockConnection)connection1).getRemoteConnection(); in addRemoteConnectionOutgoingCalls()
478 ((MockConnection)connection2).getRemoteConnection(); in addRemoteConnectionOutgoingCalls()
DMockConference.java69 mRemoteConference.separate(((MockConnection)connection).getRemoteConnection()); in onSeparate()
DMockConnection.java224 public RemoteConnection getRemoteConnection() { in getRemoteConnection() method in MockConnection
DRemoteConnectionTest.java464 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConnectionCallbacks_ConferenceableConnections()
1141 mRemoteConnectionObject = mConnection.getRemoteConnection(); in addRemoteConnectionOutgoingCall()
1175 mRemoteConnectionObject = mConnection.getRemoteConnection(); in addRemoteConnectionIncomingCall()