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

Commit 1ba7fa83 authored by Hunsuk Choi's avatar Hunsuk Choi
Browse files

Fix description for PRECISE_CALL_STATE_INCOMING_SETUP

Bug: 217654931
Test: build
Change-Id: Ic724c12152b323dd74e2dc2e9d8760b8675391cc
parent 502b19b3
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;