Searched refs:remoteConnection (Results 1 – 3 of 3) sorted by relevance
1092 private void verifyRemoteConnectionObject(RemoteConnection remoteConnection, in verifyRemoteConnectionObject() argument1094 assertEquals(connection.getAddress(), remoteConnection.getAddress()); in verifyRemoteConnectionObject()1096 remoteConnection.getAddressPresentation()); in verifyRemoteConnectionObject()1097 assertEquals(connection.getCallerDisplayName(), remoteConnection.getCallerDisplayName()); in verifyRemoteConnectionObject()1099 remoteConnection.getCallerDisplayNamePresentation()); in verifyRemoteConnectionObject()1101 remoteConnection.getConnectionCapabilities()); in verifyRemoteConnectionObject()1102 assertEquals(connection.getDisconnectCause(), remoteConnection.getDisconnectCause()); in verifyRemoteConnectionObject()1103 assertEquals(connection.getExtras(), remoteConnection.getExtras()); in verifyRemoteConnectionObject()1104 assertEquals(connection.getStatusHints(), remoteConnection.getStatusHints()); in verifyRemoteConnectionObject()1105 assertEquals(VideoProfile.STATE_AUDIO_ONLY, remoteConnection.getVideoState()); in verifyRemoteConnectionObject()[all …]
220 public void setRemoteConnection(RemoteConnection remoteConnection) { in setRemoteConnection() argument221 mRemoteConnection = remoteConnection; in setRemoteConnection()
459 RemoteConnection remoteConnection = in addRemoteConnectionOutgoingCalls()462 connection.setRemoteConnection(remoteConnection); in addRemoteConnectionOutgoingCalls()