Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java2795 private static boolean isCountryCallingCode(int countryCallingCodeCandidate) { in isCountryCallingCode() method in PhoneNumberUtils
2879 if (ccc >= 100 || isCountryCallingCode(ccc)) { in tryGetCountryCallingCodeAndNewIndex()