Home
last modified time | relevance | path

Searched refs:MNC_MAX_LENGTH (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellIdentity.java51 public static final int MNC_MAX_LENGTH = 3; field in CellIdentity
276 || 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java62 + CellIdentity.MNC_MAX_LENGTH;