Home
last modified time | relevance | path

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

/frameworks/base/telephony/common/com/android/internal/telephony/
DSmsNumberUtils.java422 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) { in checkInternationalNumberPlan()
426 } else if ((countryCode = getCountryCode(context, numberNoNBPCD)) > 0) { in checkInternationalNumberPlan()
434 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) { in checkInternationalNumberPlan()
442 if ((countryCode = getCountryCode(context, numberNoIDD)) > 0) { in checkInternationalNumberPlan()
450 if (!number.startsWith("0") && (countryCode = getCountryCode(context, number)) > 0) { in checkInternationalNumberPlan()
461 private static int getCountryCode(Context context, String number) { in getCountryCode() method in SmsNumberUtils
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DUsbHIDDescriptor.java47 public byte getCountryCode() { in getCountryCode() method in UsbHIDDescriptor
/frameworks/base/location/java/android/location/
DCountry.java149 public String getCountryCode() { in getCountryCode() method in Country
DAddress.java259 public String getCountryCode() { in getCountryCode() method in Address
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java1621 return pn.getCountryCode() != util.getCountryCodeForRegion(defaultCountryIso); in isInternationalNumber()
1656 (pn.getCountryCode() == util.getCountryCodeForRegion(KOREA_ISO_COUNTRY_CODE)) && in formatNumber()
1666 pn.getCountryCode() == util.getCountryCodeForRegion(JAPAN_ISO_COUNTRY_CODE) && in formatNumber()
1676 pn.getCountryCode() == in formatNumber()
2287 builder.setCountryCode(Integer.toString(phoneNumber.getCountryCode())); in createTtsSpan()
2964 && n1.getCountryCode() == n2.getCountryCode()); in areSamePhoneNumber()
/frameworks/base/services/core/java/com/android/server/location/countrydetector/
DLocationBasedCountryDetector.java82 country = addresses.get(0).getCountryCode(); in getCountryFromLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyCountryDetector.java145 String countryCode = addresses.get(0).getCountryCode(); in onGeocode()
/frameworks/base/location/api/
Dcurrent.txt11 method public String getCountryCode();
Dsystem-current.txt31 method @NonNull public String getCountryCode();
/frameworks/base/boot/
Dboot-image-profile.txt20971 HSPLcom/android/i18n/phonenumbers/Phonemetadata$PhoneMetadata;->getCountryCode()I
21026 HSPLcom/android/i18n/phonenumbers/Phonenumber$PhoneNumber;->getCountryCode()I
/frameworks/base/config/
Dboot-image-profile.txt21035 HSPLcom/android/i18n/phonenumbers/Phonemetadata$PhoneMetadata;->getCountryCode()I
21090 HSPLcom/android/i18n/phonenumbers/Phonenumber$PhoneNumber;->getCountryCode()I
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13681 method public java.lang.String getCountryCode();