Searched refs:isMnc (Results 1 – 3 of 3) sorted by relevance
96 if (mnc == null || isMnc(mnc)) { in CellIdentity()276 return (isMcc(plmn.substring(0, MCC_LENGTH)) && isMnc(plmn.substring(MCC_LENGTH))); in isValidPlmn()350 private static boolean isMnc(@NonNull String mnc) { in isMnc() method in CellIdentity
13980 HSPLandroid/telephony/CellIdentity;->isMnc(Ljava/lang/String;)Z
14044 HSPLandroid/telephony/CellIdentity;->isMnc(Ljava/lang/String;)Z