Home | History | Annotate | Download | only in telecom

Lines Matching full:incoming

50      * Activity action: Starts the UI for handing an incoming call. This intent starts the in-call
51 * UI by notifying the Telecom system that an incoming call exists for a specific call service
188 * has initiated a new incoming call.
938 * Returns whether there currently exists is a ringing incoming-call.
973 * If there is a ringing incoming call, this method accepts the call on behalf of the user.
1042 * Registers a new incoming call. A {@link ConnectionService} should invoke this method when it
1043 * has an incoming call. The specified {@link PhoneAccountHandle} must have been registered
1047 * {@link ConnectionService#onCreateIncomingConnection}) before starting the incoming call UI.
1061 Log.e(TAG, "RemoteException adding a new incoming call: " + phoneAccount, e);
1068 * a new incoming call, nor an user-initiated outgoing call.