Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsNumberUtils.java388 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) { in checkInternationalNumberPlan()
392 } else if ((countryCode = getCountryCode(context, numberNoNBPCD)) > 0) { in checkInternationalNumberPlan()
400 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) { in checkInternationalNumberPlan()
408 if ((countryCode = getCountryCode(context, numberNoIDD)) > 0) { in checkInternationalNumberPlan()
416 if (!number.startsWith("0") && (countryCode = getCountryCode(context, number)) > 0) { in checkInternationalNumberPlan()
427 private static int getCountryCode(Context context, String number) { in getCountryCode() method in SmsNumberUtils
/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl85 String getCountryCode(); in getCountryCode() method
DWifiManager.java1369 public String getCountryCode() {
1371 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/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1102 public String getCountryCode() { in getCountryCode() method in WifiServiceImpl
1104 String country = mWifiStateMachine.getCountryCode(); in getCountryCode()
DWifiStateMachine.java2370 public String getCountryCode() { in getCountryCode() method in WifiStateMachine
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java2450 builder.setCountryCode(Integer.toString(phoneNumber.getCountryCode())); in createTtsSpan()
/frameworks/base/api/
Dcurrent.txt14418 method public java.lang.String getCountryCode();
Dsystem-current.txt15366 method public java.lang.String getCountryCode();