Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java2654 private static boolean isCountryCallingCode(int countryCallingCodeCandidate) { in isCountryCallingCode() argument
2655 return countryCallingCodeCandidate > 0 && countryCallingCodeCandidate < CCC_LENGTH && in isCountryCallingCode()
2656 COUNTRY_CALLING_CALL[countryCallingCodeCandidate]; in isCountryCallingCode()