Merge "Expose NR State string method for use in RadioInfo" into rvc-d1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6162707258
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user