Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentity.java98 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