Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d44a9da authored by Hunsuk Choi's avatar Hunsuk Choi Committed by Android (Google) Code Review
Browse files

Merge "Fix description for PRECISE_CALL_STATE_INCOMING_SETUP"

parents 1d3cbb82 1ba7fa83
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -67,8 +67,8 @@ public final class PreciseCallState implements Parcelable {
    /** Call state: Disconnecting. */
    public static final int PRECISE_CALL_STATE_DISCONNECTING =  8;
    /**
     * Call state: Incoming in pre-alerting state.
     * A call will be in this state prior to entering {@link #PRECISE_CALL_STATE_ALERTING}.
     * Call state: Incoming in pre-alerting state i.e. prior to entering
     * {@link #PRECISE_CALL_STATE_INCOMING}.
     */
    public static final int PRECISE_CALL_STATE_INCOMING_SETUP = 9;