Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentity.java86 if (mcc == null || isMcc(mcc)) { in CellIdentity()
279 return (isMcc(plmn.substring(0, MCC_LENGTH)) && isMnc(plmn.substring(MCC_LENGTH))); in isValidPlmn()
340 private static boolean isMcc(@NonNull String mcc) { in isMcc() method in CellIdentity