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

Commit 81a5d6ac authored by Mingming Cai's avatar Mingming Cai
Browse files

Make MNC length hidden public

Make CellIdentity.MNC_MIN_LENGTH and CellIdentity.MNC_MAX_LENGTH
hidden public to support IccRecords changes.

Bug: 152518548
Test: make
Change-Id: Ic253a6bbbf07e4ce62a7ea25ca67dff54e2c67c8
Merged-In: Ic253a6bbbf07e4ce62a7ea25ca67dff54e2c67c8
(cherry picked from commit 3f9e9edb)
parent ca4379a8
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 */