Merge "Make MNC length hidden public"

This commit is contained in:
Mingming Cai
2020-04-20 15:59:43 +00:00
committed by Gerrit Code Review

View File

@@ -45,8 +45,10 @@ public abstract class CellIdentity implements Parcelable {
*/
public static final int MCC_LENGTH = 3;
private static final int MNC_MIN_LENGTH = 2;
private static final int MNC_MAX_LENGTH = 3;
/** @hide */
public static final int MNC_MIN_LENGTH = 2;
/** @hide */
public static final int MNC_MAX_LENGTH = 3;
// Log tag
/** @hide */