Home | History | Annotate | Download | only in telecom

Lines Matching refs:Connection

93             ParcelableConnection connection) {
96 adapter.handleCreateConnectionComplete(id, request, connection);
219 Log.d(this, "sending connection %s with conference %s", callId, conferenceCallId);
289 * Retrieves a list of remote connection services usable to place calls.
309 String callId, Connection.VideoProvider videoProvider) {
321 * Requests that the framework use VOIP audio mode for this connection.
394 * Informs telecom of an existing connection which was added by the {@link ConnectionService}.
397 * @param connection The connection.
399 void addExistingConnection(String callId, ParcelableConnection connection) {
403 adapter.addExistingConnection(callId, connection);
410 * Adds some extras associated with a {@code Connection}.
426 * Adds an extra associated with a {@code Connection}.
445 * Adds an extra associated with a {@code Connection}.
464 * Adds an extra associated with a {@code Connection}.
483 * Removes extras associated with a {@code Connection}.
498 * Informs Telecom of a connection level event.