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()
397 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConferenceCallbacks_ConferenceableConnections()
470 remoteConnections.add(((MockConnection)c).getRemoteConnection()); in verifyRemoteConferenceObject()
508 ((MockConnection)connection1).getRemoteConnection(); in addRemoteConnectionOutgoingCalls()
510 ((MockConnection)connection2).getRemoteConnection(); in addRemoteConnectionOutgoingCalls()
DMockConference.java72 mRemoteConference.separate(((MockConnection)connection).getRemoteConnection()); in onSeparate()
DMockConnection.java263 public RemoteConnection getRemoteConnection() { in getRemoteConnection() method in MockConnection
DRemoteConnectionTest.java492 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConnectionCallbacks_ConferenceableConnections()
1228 mRemoteConnectionObject = mConnection.getRemoteConnection(); in addRemoteConnectionOutgoingCall()
1262 mRemoteConnectionObject = mConnection.getRemoteConnection(); in addRemoteConnectionIncomingCall()