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

Commit db589642 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

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

Change-Id: I285db86dad3167e76dbf41cc1eaca681c8b55d80
parents efc36ab4 0d1ad1b5
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";