Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java59 public static final int PLMN_MIN_LENGTH = CellIdentity.MCC_LENGTH field in IccRecords
1392 if (opls == null || pnns == null || plmn == null || plmn.length() < PLMN_MIN_LENGTH in getNetworkNameForPlmnFromPnnOpl()
DSIMRecords.java1965 if (plmn.length() < PLMN_MIN_LENGTH) { in parseEfOpl()