• Home
  • Raw
  • Download

Lines Matching refs:call

29      * Indicates that a call is new and not connected. This is used as the default state internally
30 * within Telecom and should not be used between Telecom and call services. Call services are
38 * Common transitions are to {@link #DIALING} state for a successful call or
45 * {@link android.telecom.PhoneAccount} through which to place the call.
50 * Indicates that a call is outgoing and in the dialing state. A call transitions to this state
51 * once an outgoing call has begun (e.g., user presses the dial button in Dialer). Calls in this
52 * state usually transition to {@link #ACTIVE} if the call was answered or {@link #DISCONNECTED}
53 * if the call was disconnected somehow (e.g., failure or cancellation of the call by the user).
58 * Indicates that a call is incoming and the user still has the option of answering, rejecting,
59 * or doing nothing with the call. This state is usually associated with some type of audible
66 * Indicates that a call is currently connected to another party and a communication channel is
68 * {@link #DIALING} call or a {@link #RINGING} call being answered by the other party.
73 * Indicates that the call is currently on hold. In this state, the call is not terminated
74 * but no communication is allowed until the call is no longer on hold. The typical transition
75 * to this state is by the user putting an {@link #ACTIVE} call on hold by explicitly performing
81 * Indicates that a call is currently disconnected. All states can transition to this state
82 * by the call service giving notice that the connection has been severed. When the user
83 * explicitly ends a call, it will not transition to this state until the call service confirms
84 * the disconnection or communication was lost to the call service currently responsible for
85 * this call (e.g., call service crashes).
90 * Indicates that the call was attempted (mostly in the context of outgoing, at least at the
96 * Indicates that the call is in the process of being disconnected and will transition next
101 * ConnectionService has confirmed the call as disconnected.
106 * Indicates that the call is in the process of being pulled to the local device.
108 * This state should only be set on a call with
115 * Indicates that an incoming call has been answered by the in-call UI, but Telephony hasn't yet
116 * set the call to active.
121 * Indicates that the call is undergoing audio processing by a different app in the background.
127 * Indicates that the call is in a fake ringing state.
133 // Disconnect causes for a call. Primarily used by android/telecom/DisconnectCause.java
162 * Disconnected because there was no response to an incoming call.
167 * Disconnected because the user rejected an incoming call.
177 * Disconnected because of a restriction on placing the call, such as dialing in airplane
188 * Disconnected because the connection manager did not support the call. The call will be tried
194 * Disconnected because the user did not locally answer the incoming call, but it was answered
195 * on another device where the call was ringing.
200 * Disconnected because the call was pulled from the current device to another device.
206 * Indicating the failure reason why a new call cannot be made.
210 * The call is normally started.
220 * There is an emergency call ongoing.
225 * There is an live call that cannot be held.