Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentity.java49 public static final int MNC_MIN_LENGTH = 2; field in CellIdentity
275 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java60 + CellIdentity.MNC_MIN_LENGTH;