Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsNumberUtils.java385 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) { in checkInternationalNumberPlan()
389 } else if ((countryCode = getCountryCode(context, numberNoNBPCD)) > 0) { in checkInternationalNumberPlan()
397 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) { in checkInternationalNumberPlan()
405 if ((countryCode = getCountryCode(context, numberNoIDD)) > 0) { in checkInternationalNumberPlan()
413 if (!number.startsWith("0") && (countryCode = getCountryCode(context, number)) > 0) { in checkInternationalNumberPlan()
424 private static int getCountryCode(Context context, String number) { in getCountryCode() method in SmsNumberUtils
/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl98 String getCountryCode(); in getCountryCode() method
DWifiManager.java1363 public String getCountryCode() {
1365 String country = mService.getCountryCode();
/frameworks/base/services/core/java/com/android/server/location/
DLocationBasedCountryDetector.java82 country = addresses.get(0).getCountryCode(); in getCountryFromLocation()
/frameworks/base/location/java/android/location/
DAddress.java259 public String getCountryCode() { in getCountryCode() method in Address
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java1466 (pn.getCountryCode() == util.getCountryCodeForRegion(KOREA_ISO_COUNTRY_CODE)) && in formatNumber()
2462 builder.setCountryCode(Integer.toString(phoneNumber.getCountryCode())); in createTtsSpan()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1134 public String getCountryCode() { in getCountryCode() method in WifiServiceImpl
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13681 method public java.lang.String getCountryCode();
/frameworks/base/api/
Dcurrent.txt19001 method public java.lang.String getCountryCode();
Dtest-current.txt19014 method public java.lang.String getCountryCode();
Dsystem-current.txt20202 method public java.lang.String getCountryCode();