Searched defs:countryCallingCodeCandidate (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java2373 private static boolean isCountryCallingCode(int countryCallingCodeCandidate) { argument
2374 return countryCallingCodeCandidate > 0 && countryCallingCodeCandidate < CCC_LENGTH &&
2375 COUNTRY_CALLING_CALL[countryCallingCodeCandidate];

Completed in 22 milliseconds