Searched refs:remoteConnection (Results 1 – 3 of 3) sorted by relevance
1290 private void verifyRemoteConnectionObject(RemoteConnection remoteConnection, in verifyRemoteConnectionObject() argument1292 assertEquals(connection.getAddress(), remoteConnection.getAddress()); in verifyRemoteConnectionObject()1294 remoteConnection.getAddressPresentation()); in verifyRemoteConnectionObject()1295 assertEquals(connection.getCallerDisplayName(), remoteConnection.getCallerDisplayName()); in verifyRemoteConnectionObject()1297 remoteConnection.getCallerDisplayNamePresentation()); in verifyRemoteConnectionObject()1299 remoteConnection.getConnectionCapabilities()); in verifyRemoteConnectionObject()1301 remoteConnection.getConnectionProperties()); in verifyRemoteConnectionObject()1302 assertEquals(connection.getDisconnectCause(), remoteConnection.getDisconnectCause()); in verifyRemoteConnectionObject()1303 assertTrue(areBundlesEqual(connection.getExtras(), remoteConnection.getExtras())); in verifyRemoteConnectionObject()1304 assertEquals(connection.getStatusHints(), remoteConnection.getStatusHints()); in verifyRemoteConnectionObject()[all …]
518 RemoteConnection remoteConnection = ((MockConnection) c).getRemoteConnection(); in verifyRemoteConferenceObject() local519 if (remoteConnection != null) { in verifyRemoteConferenceObject()520 remoteConnections.add(remoteConnection); in verifyRemoteConferenceObject()542 RemoteConnection remoteConnection = in addRemoteConnectionOutgoingCalls()545 connection.setRemoteConnection(remoteConnection); in addRemoteConnectionOutgoingCalls()
360 public void setRemoteConnection(RemoteConnection remoteConnection) { in setRemoteConnection() argument361 mRemoteConnection = remoteConnection; in setRemoteConnection()