Searched refs:getCountryCode (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsNumberUtils.java385 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) {
389 } else if ((countryCode = getCountryCode(context, numberNoNBPCD)) > 0) {
397 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) {
405 if ((countryCode = getCountryCode(context, numberNoIDD)) > 0) {
413 if (!number.startsWith("0") && (countryCode = getCountryCode(context, number)) > 0) {
424 private static int getCountryCode(Context context, String number) { method in class:SmsNumberUtils
/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl98 String getCountryCode();
H A DWifiManager.java1363 public String getCountryCode() { method in class:WifiManager
1365 String country = mService.getCountryCode();
/frameworks/base/services/core/java/com/android/server/location/
H A DLocationBasedCountryDetector.java82 country = addresses.get(0).getCountryCode();
/frameworks/base/location/java/android/location/
H A DAddress.java259 public String getCountryCode() { method in class:Address
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java1466 (pn.getCountryCode() == util.getCountryCodeForRegion(KOREA_ISO_COUNTRY_CODE)) &&
2462 builder.setCountryCode(Integer.toString(phoneNumber.getCountryCode()));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1134 public String getCountryCode() { method in class:WifiServiceImpl

Completed in 786 milliseconds