Lines Matching defs:Conference

37 public abstract class Conference extends Conferenceable {
47 public void onStateChanged(Conference conference, int oldState, int newState) {}
48 public void onDisconnected(Conference conference, DisconnectCause disconnectCause) {}
49 public void onConnectionAdded(Conference conference, Connection connection) {}
50 public void onConnectionRemoved(Conference conference, Connection connection) {}
52 Conference conference, List<Connection> conferenceableConnections) {}
53 public void onDestroyed(Conference conference) {}
55 Conference conference, int connectionCapabilities) {}
57 Conference conference, int connectionProperties) {}
58 public void onVideoStateChanged(Conference c, int videoState) { }
59 public void onVideoProviderChanged(Conference c, Connection.VideoProvider videoProvider) {}
60 public void onStatusHintsChanged(Conference conference, StatusHints statusHints) {}
61 public void onExtrasChanged(Conference c, Bundle extras) {}
62 public void onExtrasRemoved(Conference c, List<String> keys) {}
97 * Constructs a new Conference with a mandatory {@link PhoneAccountHandle}
101 public Conference(PhoneAccountHandle phoneAccount) {
197 * Removes the specified capability from the set of capabilities of this {@code Conference}.
210 * Adds the specified capability to the set of capabilities of this {@code Conference}.
224 * being routed by the system. This is {@code null} if this Conference
237 * being routed by the system. This is {@code null} if this Conference
259 * Invoked when the Conference and all it's {@link Connection}s should be disconnected.
475 Log.d(this, "setVideoState Conference: %s Connection: %s VideoState: %s",
488 Log.d(this, "setVideoProvider Conference: %s Connection: %s VideoState: %s",
538 public final Conference addListener(Listener listener) {
550 public final Conference removeListener(Listener listener) {
581 * Sets the connection start time of the {@code Conference}.
600 * Retrieves the connection start time of the {@code Conference}, if specified. A value of
604 * @return The time at which the {@code Conference} was connected.
611 * Inform this Conference that the state of its audio output has been changed externally.
627 Log.w(this, "Unsupported state transition for Conference call.",
679 * Replaces all the extras associated with this {@code Conference}.
681 * New or existing keys are replaced in the {@code Conference} extras. Keys which are no longer
687 * @param extras The extras associated with this {@code Conference}.
723 * Adds some extras to this {@link Conference}. Existing keys are replaced and new ones are
754 * Adds a boolean extra to this {@link Conference}.
767 * Adds an integer extra to this {@link Conference}.
780 * Adds a string extra to this {@link Conference}.
793 * Removes an extra from this {@link Conference}.
827 * Notifies this {@link Conference} of a change to the extras made outside the