Fix description for PRECISE_CALL_STATE_INCOMING_SETUP

Bug: 217654931
Test: build
Change-Id: Ic724c12152b323dd74e2dc2e9d8760b8675391cc
This commit is contained in:
Hunsuk Choi
2022-11-05 04:47:15 +00:00
parent 502b19b33a
commit 1ba7fa83aa

View File

@@ -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;