Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 635d877b authored by Mingming Cai's avatar Mingming Cai Committed by Automerger Merge Worker
Browse files

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

Merge "Make MNC length hidden public" into rvc-dev am: a29134ba am: 13dd8c3b am: c7bad138 am: c44a3a3d

Change-Id: I753ad68bd631cfcda27a9ff2fd162c3ec2615ffa
parents ae5dbeac c44a3a3d
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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 */