Home | History | Annotate | Download | only in telecom

Lines Matching refs:request

133                 ConnectionRequest request,
139 args.arg3 = request;
250 final ConnectionRequest request = (ConnectionRequest) args.arg3;
254 Log.d(this, "Enqueueing pre-init request %s", id);
261 request,
270 request,
610 final ConnectionRequest request,
613 Log.d(this, "createConnection, callManagerAccount: %s, callId: %s, request: %s, " +
614 "isIncoming: %b, isUnknown: %b", callManagerAccount, callId, request, isIncoming,
617 Connection connection = isUnknown ? onCreateUnknownConnection(callManagerAccount, request)
618 : isIncoming ? onCreateIncomingConnection(callManagerAccount, request)
619 : onCreateOutgoingConnection(callManagerAccount, request);
640 request,
642 request.getAccountHandle(),
746 Log.w(this, "Connection2 or Conference2 missing in conference request %s.",
758 "Connection1 or Conference1 missing in conference request %s.",
789 Log.w(this, "Connection missing in conference request %s.", callId);
859 * incoming request. This is used by {@code ConnectionService}s that are registered with
865 * @param request Details about the incoming call.
871 ConnectionRequest request) {
873 connectionManagerPhoneAccount, request, true);
878 * outgoing request. This is used by {@code ConnectionService}s that are registered with
884 * @param request Details about the incoming call.
890 ConnectionRequest request) {
892 connectionManagerPhoneAccount, request, false);
899 * If the conference request is successful, the method {@link #onRemoteConferenceAdded} will
913 * explicit request via {@link #onConference} or otherwise, the connection service should supply
1003 * Create a {@code Connection} given an incoming request. This is used to attach to existing
1008 * @param request Details about the incoming call.
1014 ConnectionRequest request) {
1019 * Create a {@code Connection} given an outgoing request. This is used to initiate new
1028 * one of these {@code PhoneAccount}s, while the {@code request} will contain another
1034 * {@link ConnectionRequest#getAccountHandle()} of parameter {@code request} will be
1037 * @param request Details about the outgoing call.
1043 ConnectionRequest request) {
1054 * @param request
1060 ConnectionRequest request) {
1065 * Conference two specified connections. Invoked when the user has made a request to merge the