Merge "Clarify REMOTE disconnect cause API docs." into udc-dev am: 5bfe44b049

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22977774

Change-Id: Ib6fb9bf0571f320409fa6ed1efbd24147eaaea0e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Tyler Gunn
2023-05-05 22:55:52 +00:00
committed by Automerger Merge Worker

View File

@@ -43,8 +43,8 @@ public final class DisconnectCause implements Parcelable {
/** Disconnected because of a local user-initiated action, such as hanging up. */ /** Disconnected because of a local user-initiated action, such as hanging up. */
public static final int LOCAL = TelecomProtoEnums.LOCAL; // = 2 public static final int LOCAL = TelecomProtoEnums.LOCAL; // = 2
/** /**
* Disconnected because of a remote user-initiated action, such as the other party hanging up * Disconnected because the remote party hung up an ongoing call, or because an outgoing call
* up. * was not answered by the remote party.
*/ */
public static final int REMOTE = TelecomProtoEnums.REMOTE; // = 3 public static final int REMOTE = TelecomProtoEnums.REMOTE; // = 3
/** Disconnected because it has been canceled. */ /** Disconnected because it has been canceled. */