Home | History | Annotate | Download | only in telecom

Lines Matching refs:connectionService

50  * {@link ConnectionService#onCreateIncomingConnection(PhoneAccountHandle, ConnectionRequest)}
52 * {@link ConnectionService#onCreateOutgoingConnection(PhoneAccountHandle, ConnectionRequest)}.
58 * {@link ConnectionService}'s implementation of calling functionality. The {@code on*} methods are
92 * returned by a {@link ConnectionService}.
151 * Connections within a conference can be merged. A {@link ConnectionService} has the option to
354 * {@link ConnectionService}.
358 * other device by adding is to the {@link ConnectionService} with the
361 * An {@link ConnectionService} should not assume that all {@link InCallService}s will handle
427 * {@link ConnectionService#addExistingConnection(PhoneAccountHandle, Connection)} and
428 * {@link ConnectionService#addConference(Conference)} APIs. This is important to pass to
435 * {@link ConnectionService#onRemoteExistingConnectionAdded(RemoteConnection)}, and wraps this
437 * {@link ConnectionService#addExistingConnection(PhoneAccountHandle, Connection)}. As part of
469 * Expected to be used by the {@link ConnectionService} when the {@link Call#pullExternalCall()}
472 * {@link Call.Details#CAPABILITY_CAN_PULL_CALL}, but the {@link ConnectionService} could not
494 * call is being held locally on the device. When a capable {@link ConnectionService} receives
507 * call is being held locally on the device. When a capable {@link ConnectionService} receives
748 * {@link ConnectionService} creates an instance sets it on the {@link Connection} using
754 * it provides a means for the {@link ConnectionService} to report events and information
1438 private ConnectionService mConnectionService;
2032 public final void setConnectionService(ConnectionService connectionService) {
2035 Log.e(this, new Exception(), "Trying to set ConnectionService on a connection " +
2036 "which is already associated with another ConnectionService.");
2038 mConnectionService = connectionService;
2045 public final void unsetConnectionService(ConnectionService connectionService) {
2046 if (mConnectionService != connectionService) {
2047 Log.e(this, new Exception(), "Trying to remove ConnectionService from a Connection " +
2048 "that does not belong to the ConnectionService.");
2057 public final ConnectionService getConnectionService() {
2382 * {@link ConnectionService}.
2580 * {@link ConnectionService} to a {@link InCallService} implementations. An example of a
2593 * The {@link ConnectionService} must assume that the In-Call UI could even chose to ignore
2597 * conflicts between {@link ConnectionService} implementations. Further, custom
2598 * {@link ConnectionService} implementations shall not re-purpose events in the
2605 * consistent when the associated {@link ConnectionService} is updated. Support for deprecated