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