Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java569 CountryCallingCodeAndNewIndex cccA = in compareStrictly()
571 CountryCallingCodeAndNewIndex cccB = in compareStrictly()
2813 private static class CountryCallingCodeAndNewIndex { class in PhoneNumberUtils
2816 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { in CountryCallingCodeAndNewIndex() method in PhoneNumberUtils.CountryCallingCodeAndNewIndex
2827 private static CountryCallingCodeAndNewIndex tryGetCountryCallingCodeAndNewIndex( in tryGetCountryCallingCodeAndNewIndex()
2880 return new CountryCallingCodeAndNewIndex(ccc, i + 1); in tryGetCountryCallingCodeAndNewIndex()
2900 return new CountryCallingCodeAndNewIndex(66, i + 1); in tryGetCountryCallingCodeAndNewIndex()