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

/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java569 CountryCallingCodeAndNewIndex cccA =
571 CountryCallingCodeAndNewIndex cccB =
2827 private static class CountryCallingCodeAndNewIndex { class in class:PhoneNumberUtils
2830 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { method in class:PhoneNumberUtils.CountryCallingCodeAndNewIndex
2841 private static CountryCallingCodeAndNewIndex tryGetCountryCallingCodeAndNewIndex(
2894 return new CountryCallingCodeAndNewIndex(ccc, i + 1);
2914 return new CountryCallingCodeAndNewIndex(66, i + 1);

Completed in 39 milliseconds