Searched refs:isCountryCallingCode (Results 1 – 2 of 2) sorted by relevance
2654 private static boolean isCountryCallingCode(int countryCallingCodeCandidate) { in isCountryCallingCode() method in PhoneNumberUtils2738 if (ccc >= 100 || isCountryCallingCode(ccc)) { in tryGetCountryCallingCodeAndNewIndex()
54775 Landroid/telephony/PhoneNumberUtils;->isCountryCallingCode(I)Z