Merge "Remove VT specific mentions in IMS_ACCESS_BLOCKED" am: 9c27ef40d3 am: e593ec5a6d am: dae7b3698a

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

Change-Id: I272cf5c181f2d658d36ee61399109d76f8a0859e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2022-08-31 21:20:08 +00:00
committed by Automerger Merge Worker

View File

@@ -88,8 +88,8 @@ public final class DisconnectCause implements Parcelable {
public static final String REASON_WIFI_ON_BUT_WFC_OFF = "REASON_WIFI_ON_BUT_WFC_OFF"; public static final String REASON_WIFI_ON_BUT_WFC_OFF = "REASON_WIFI_ON_BUT_WFC_OFF";
/** /**
* Reason code (returned via {@link #getReason()}), which indicates that the video telephony * Reason code (returned via {@link #getReason()}), which indicates that the call was
* call was disconnected because IMS access is blocked. * disconnected because IMS access is blocked.
*/ */
public static final String REASON_IMS_ACCESS_BLOCKED = "REASON_IMS_ACCESS_BLOCKED"; public static final String REASON_IMS_ACCESS_BLOCKED = "REASON_IMS_ACCESS_BLOCKED";