Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java640 CountryCallingCodeAndNewIndex cccA = in compareStrictly()
642 CountryCallingCodeAndNewIndex cccB = in compareStrictly()
3032 private static class CountryCallingCodeAndNewIndex { class in PhoneNumberUtils
3035 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { in CountryCallingCodeAndNewIndex() method in PhoneNumberUtils.CountryCallingCodeAndNewIndex
3046 private static CountryCallingCodeAndNewIndex tryGetCountryCallingCodeAndNewIndex( in tryGetCountryCallingCodeAndNewIndex()
3099 return new CountryCallingCodeAndNewIndex(ccc, i + 1); in tryGetCountryCallingCodeAndNewIndex()
3119 return new CountryCallingCodeAndNewIndex(66, i + 1); in tryGetCountryCallingCodeAndNewIndex()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt68770 Landroid/telephony/PhoneNumberUtils$CountryCallingCodeAndNewIndex;-><init>(II)V
68771 Landroid/telephony/PhoneNumberUtils$CountryCallingCodeAndNewIndex;->countryCallingCode:I
68772 Landroid/telephony/PhoneNumberUtils$CountryCallingCodeAndNewIndex;->newIndex:I
68841 …eAndNewIndex(Ljava/lang/String;Z)Landroid/telephony/PhoneNumberUtils$CountryCallingCodeAndNewIndex;