Lines Matching refs:Connection
71 * @param connection The {@link RemoteConnection} being added.
73 public void onConnectionAdded(RemoteConference conference, RemoteConnection connection) {}
79 * @param connection The {@link RemoteConnection} being removed.
81 public void onConnectionRemoved(RemoteConference conference, RemoteConnection connection) {}
145 private int mState = Connection.STATE_NEW;
164 for (RemoteConnection connection : mChildConnections) {
165 connection.setConference(null);
181 if (newState != Connection.STATE_ACTIVE &&
182 newState != Connection.STATE_HOLDING &&
183 newState != Connection.STATE_DISCONNECTED) {
185 Connection.stateToString(newState));
206 void addConnection(final RemoteConnection connection) {
207 if (!mChildConnections.contains(connection)) {
208 mChildConnections.add(connection);
209 connection.setConference(this);
216 callback.onConnectionAdded(conference, connection);
224 void removeConnection(final RemoteConnection connection) {
225 if (mChildConnections.contains(connection)) {
226 mChildConnections.remove(connection);
227 connection.setConference(null);
234 callback.onConnectionRemoved(conference, connection);
296 if (mState != Connection.STATE_DISCONNECTED) {
298 setState(Connection.STATE_DISCONNECTED);
360 * Gets the state of the conference call. See {@link Connection} for valid values.
370 * {@link Connection} for valid values.
380 * {@link Connection} for valid values.
391 * @return The extras for this connection.
409 * {@link RemoteConnection} to become a standalone connection. This is a no-op if the
412 * @param connection The remote-connection to remove.
414 public void separate(RemoteConnection connection) {
415 if (mChildConnections.contains(connection)) {
417 mConnectionService.splitFromConference(connection.getId(), null /*Session.Info*/);
426 * {@link Connection#CAPABILITY_MERGE_CONFERENCE}, otherwise it is a no-op. The presence of said
443 * {@link Connection#CAPABILITY_SWAP_CONFERENCE}, otherwise it is a no-op. This is only used by
447 * active audio stream to a different child connection.
478 * {@link Connection#STATE_DISCONNECTED}. If the conference is not disconnected, this will