Searched refs:CountryCallingCodeAndNewIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java572 CountryCallingCodeAndNewIndex cccA =
574 CountryCallingCodeAndNewIndex cccB =
2417 private static class CountryCallingCodeAndNewIndex { class in class:PhoneNumberUtils
2420 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { method in class:PhoneNumberUtils.CountryCallingCodeAndNewIndex
2431 private static CountryCallingCodeAndNewIndex tryGetCountryCallingCodeAndNewIndex(
2484 return new CountryCallingCodeAndNewIndex(ccc, i + 1);
2504 return new CountryCallingCodeAndNewIndex(66, i + 1);

Completed in 107 milliseconds