Merge changes from topic "phone_info_5g" am: 20c0cd6b4c
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1371137 Change-Id: I238d65654a2150f1497730f8b647818659c5a7c5
This commit is contained in:
@@ -594,7 +594,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";
|
||||
|
||||
Reference in New Issue
Block a user