Searched refs:isMnc (Results 1 – 1 of 1) sorted by relevance
98 if (mnc == null || isMnc(mnc)) { in CellIdentity()279 return (isMcc(plmn.substring(0, MCC_LENGTH)) && isMnc(plmn.substring(MCC_LENGTH))); in isValidPlmn()353 private static boolean isMnc(@NonNull String mnc) { in isMnc() method in CellIdentity