Home | History | Annotate | Download | only in telecom

Lines Matching refs:Connection

28  * create a new {@link Connection}.
59 * @param address The address(e.g., phone number) to which the {@link Connection} is to
78 * @param videoState Determines the video state for the connection.
150 * @param handle The handle (e.g., phone number) to which the {@link Connection} is to connect.
162 * @param handle The handle (e.g., phone number) to which the {@link Connection} is to connect.
164 * @param videoState Determines the video state for the connection.
176 * @param handle The handle (e.g., phone number) to which the {@link Connection} is to connect.
178 * @param videoState Determines the video state for the connection.
233 * The handle (e.g., phone number) to which the {@link Connection} is to connect.
245 * Describes the video states supported by the client requesting the connection.
251 * @return The video state for the connection.
258 * Returns the internal Telecom ID associated with the connection request.
280 * Gets the {@link ParcelFileDescriptor} that is used to send RTT text from the connection
295 * the connection service. In order to obtain an
309 * Gets the {@link android.telecom.Connection.RttTextStream} object that should be used to
311 * @return An instance of {@link android.telecom.Connection.RttTextStream}, or {@code null}
312 * if this connection request is not requesting an RTT session upon connection establishment.
316 public Connection.RttTextStream getRttTextStream() {
318 return new Connection.RttTextStream(mRttPipeToInCall, mRttPipeFromInCall);
339 : Connection.toLogSafePhoneNumber(mAddress.toString()),