Merge "Add String for state DATA_HANDOVER_IN_PROGRESS" am: 39e3a67feb

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

Change-Id: I31df9eedd210943801abae415acfb8297cebabd7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2022-05-06 06:40:01 +00:00
committed by Automerger Merge Worker

View File

@@ -192,6 +192,7 @@ public final class TelephonyUtils {
case TelephonyManager.DATA_CONNECTED: return "CONNECTED";
case TelephonyManager.DATA_SUSPENDED: return "SUSPENDED";
case TelephonyManager.DATA_DISCONNECTING: return "DISCONNECTING";
case TelephonyManager.DATA_HANDOVER_IN_PROGRESS: return "HANDOVERINPROGRESS";
case TelephonyManager.DATA_UNKNOWN: return "UNKNOWN";
}
// This is the error case. The well-defined value for UNKNOWN is -1.