Merge "Make MNC length hidden public" into rvc-dev am: a29134bae4 am: 4cfbaafa4e
Change-Id: Ib00282a87e7468dc11bd7435aa9a9df646ea4bc7
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user