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

Commit 11ebef70 authored by sewookseo's avatar sewookseo
Browse files

Add String for state DATA_HANDOVER_IN_PROGRESS

dataStateToString() will return string value of state
DATA_HANDOVER_IN_PROGRESS

Test: build & verified with AVD
Change-Id: I80e9bfd893144d1b23d6925a94e6569c10b7baa7
parent c2e89bd3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.