Searched refs:remoteConnection (Results 1 – 3 of 3) sorted by relevance
1097 private void verifyRemoteConnectionObject(RemoteConnection remoteConnection, in verifyRemoteConnectionObject() argument1099 assertEquals(connection.getAddress(), remoteConnection.getAddress()); in verifyRemoteConnectionObject()1101 remoteConnection.getAddressPresentation()); in verifyRemoteConnectionObject()1102 assertEquals(connection.getCallerDisplayName(), remoteConnection.getCallerDisplayName()); in verifyRemoteConnectionObject()1104 remoteConnection.getCallerDisplayNamePresentation()); in verifyRemoteConnectionObject()1106 remoteConnection.getConnectionCapabilities()); in verifyRemoteConnectionObject()1107 assertEquals(connection.getDisconnectCause(), remoteConnection.getDisconnectCause()); in verifyRemoteConnectionObject()1108 assertEquals(connection.getExtras(), remoteConnection.getExtras()); in verifyRemoteConnectionObject()1109 assertEquals(connection.getStatusHints(), remoteConnection.getStatusHints()); in verifyRemoteConnectionObject()1110 assertEquals(VideoProfile.STATE_AUDIO_ONLY, remoteConnection.getVideoState()); in verifyRemoteConnectionObject()[all …]
235 public void setRemoteConnection(RemoteConnection remoteConnection) { in setRemoteConnection() argument236 mRemoteConnection = remoteConnection; in setRemoteConnection()
460 RemoteConnection remoteConnection = in addRemoteConnectionOutgoingCalls()463 connection.setRemoteConnection(remoteConnection); in addRemoteConnectionOutgoingCalls()