Lines Matching refs:state

37      * The state of a {@code Call} when newly created.
42 * The state of an outgoing {@code Call} when dialing the remote number, but not yet connected.
47 * The state of an incoming {@code Call} when ringing locally, but not yet connected.
52 * The state of a {@code Call} when in a holding state.
57 * The state of a {@code Call} when actively supporting conversation.
62 * The state of a {@code Call} when no further voice or other communication is being
70 * The state of an outgoing {@code Call} when waiting on user to select a
84 * The initial state of an outgoing {@code Call}.
85 * Common transitions are to {@link #STATE_DIALING} state for a successful call or
91 * The state of a {@code Call} when the user has initiated a disconnection of the call, but the
93 * state of the call is (potentially) {@link #STATE_DISCONNECTED}.
98 * The state of an external call which is in the process of being pulled from a remote device to
101 * A call can only be in this state if the {@link Details#PROPERTY_IS_EXTERNAL_CALL} property
104 * An {@link InCallService} will only see this state if it has the
269 * Whether the call is a generic conference, where we do not know the precise state of
557 * @return The video state of the {@code Call}.
700 * Invoked when the state of this {@code Call} has changed. See {@link #getState()}.
703 * @param state The new state of the {@code Call}.
705 public void onStateChanged(Call call, int state) {}
762 * up their UI for the {@code Call} in response to state transitions. Specifically,
763 * clients should not assume that a {@link #onStateChanged(Call, int)} with a state of
826 * remaining or this {@code Call} is not in a post-dial state.
834 * @param videoState The video state in which to answer the call.
906 * should display to the user an indication of this state and an affordance to continue
1130 * Obtains the state of this {@code Call}.
1132 * @return A state value, chosen from the {@code STATE_*} constants.
1162 * @return A {@link Details} object. Depending on the state of the {@code Call}, the
1214 append(", state: ").
1222 * @param state An integer value of a {@code STATE_*} constant.
1225 private static String stateToString(int state) {
1226 switch (state) {
1246 Log.w(Call.class, "Unknown state %d", state);
1286 Call(Phone phone, String telecomCallId, InCallAdapter inCallAdapter, int state) {
1290 mState = state;
1300 // First, we update the internal state as far as possible before firing any updates.
1325 int state = parcelableCall.getState();
1326 boolean stateChanged = mState != state;
1328 mState = state;
1360 // gets the most up-to-date state.
1382 // remove ourselves from the Phone. Note that we do this after completing all state updates
1383 // so a client can cleanly transition all their UI to the state appropriate for a