Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java2790 private static final int CCC_LENGTH = COUNTRY_CALLING_CALL.length; field in PhoneNumberUtils
2796 return countryCallingCodeCandidate > 0 && countryCallingCodeCandidate < CCC_LENGTH && in isCountryCallingCode()