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()
440 remoteConnections.add(((MockConnection)c).getRemoteConnection()); in verifyRemoteConferenceObject()
477 ((MockConnection)connection1).getRemoteConnection(); in addRemoteConnectionOutgoingCalls()
479 ((MockConnection)connection2).getRemoteConnection(); in addRemoteConnectionOutgoingCalls()
DMockConference.java72 mRemoteConference.separate(((MockConnection)connection).getRemoteConnection()); in onSeparate()
DMockConnection.java239 public RemoteConnection getRemoteConnection() { in getRemoteConnection() method in MockConnection
DRemoteConnectionTest.java463 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConnectionCallbacks_ConferenceableConnections()
1146 mRemoteConnectionObject = mConnection.getRemoteConnection(); in addRemoteConnectionOutgoingCall()
1180 mRemoteConnectionObject = mConnection.getRemoteConnection(); in addRemoteConnectionIncomingCall()