Lines Matching refs:Connection
93 ParcelableConnection connection) {
96 adapter.handleCreateConnectionComplete(id, request, connection,
147 * Sets a call's state to pulling (e.g. a call with {@link Connection#PROPERTY_IS_EXTERNAL_CALL}
235 Log.d(this, "sending connection %s with conference %s", callId, conferenceCallId);
305 * Retrieves a list of remote connection services usable to place calls.
326 String callId, Connection.VideoProvider videoProvider) {
339 * Requests that the framework use VOIP audio mode for this connection.
414 * Informs telecom of an existing connection which was added by the {@link ConnectionService}.
417 * @param connection The connection.
419 void addExistingConnection(String callId, ParcelableConnection connection) {
423 adapter.addExistingConnection(callId, connection, Log.getExternalSession());
430 * Adds some extras associated with a {@code Connection}.
446 * Adds an extra associated with a {@code Connection}.
465 * Adds an extra associated with a {@code Connection}.
484 * Adds an extra associated with a {@code Connection}.
503 * Removes extras associated with a {@code Connection}.
518 * Sets the audio route associated with a {@link Connection}.
535 * Informs Telecom of a connection level event.