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

Commit 4ed18c37 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Expose NR State string method for use in RadioInfo" into rvc-d1-dev am:...

Merge "Expose NR State string method for use in RadioInfo" into rvc-d1-dev am: 61627072 am: 0d1ad1b5 am: db589642

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

Change-Id: I6c110f8ea4ab88a50b3f79329dfc0c2a98c0e9de
parents b66b14e4 db589642
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -572,7 +572,8 @@ public final class NetworkRegistrationInfo implements Parcelable {
        return "Unknown reg state " + registrationState;
    }

    private static String nrStateToString(@NRState int nrState) {
    /** @hide */
    public static String nrStateToString(@NRState int nrState) {
        switch (nrState) {
            case NR_STATE_RESTRICTED:
                return "RESTRICTED";