Searched refs:MNC_MAX_LENGTH (Results 1 – 2 of 2) sorted by relevance
51 public static final int MNC_MAX_LENGTH = 3; field in CellIdentity276 || plmn.length() > MCC_LENGTH + MNC_MAX_LENGTH) { in isValidPlmn()355 if (mnc.length() < MNC_MIN_LENGTH || mnc.length() > MNC_MAX_LENGTH) return false; in isMnc()
62 + CellIdentity.MNC_MAX_LENGTH;