Merge "Make MNC length hidden public" into rvc-dev am: a29134bae4

Change-Id: If8a0941c67922144c0e560b92f362cd1dd09e5f5
This commit is contained in:
Mingming Cai
2020-04-19 23:57:54 +00:00
committed by Automerger Merge Worker

View File

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