Searched refs:remoteConnection (Results 1 – 3 of 3) sorted by relevance
1341 private void verifyRemoteConnectionObject(RemoteConnection remoteConnection, in verifyRemoteConnectionObject() argument1343 assertEquals(connection.getAddress(), remoteConnection.getAddress()); in verifyRemoteConnectionObject()1345 remoteConnection.getAddressPresentation()); in verifyRemoteConnectionObject()1346 assertEquals(connection.getCallerDisplayName(), remoteConnection.getCallerDisplayName()); in verifyRemoteConnectionObject()1348 remoteConnection.getCallerDisplayNamePresentation()); in verifyRemoteConnectionObject()1350 remoteConnection.getConnectionCapabilities()); in verifyRemoteConnectionObject()1352 remoteConnection.getConnectionProperties()); in verifyRemoteConnectionObject()1353 assertEquals(connection.getDisconnectCause(), remoteConnection.getDisconnectCause()); in verifyRemoteConnectionObject()1354 assertTrue(areBundlesEqual(connection.getExtras(), remoteConnection.getExtras())); in verifyRemoteConnectionObject()1355 assertEquals(connection.getStatusHints(), remoteConnection.getStatusHints()); in verifyRemoteConnectionObject()[all …]
527 RemoteConnection remoteConnection = ((MockConnection) c).getRemoteConnection(); in verifyRemoteConferenceObject() local528 if (remoteConnection != null) { in verifyRemoteConferenceObject()529 remoteConnections.add(remoteConnection); in verifyRemoteConferenceObject()551 RemoteConnection remoteConnection = in addRemoteConnectionOutgoingCalls()554 connection.setRemoteConnection(remoteConnection); in addRemoteConnectionOutgoingCalls()
383 public void setRemoteConnection(RemoteConnection remoteConnection) { in setRemoteConnection() argument384 mRemoteConnection = remoteConnection; in setRemoteConnection()