Searched defs:getCountryCode (Results 1 - 5 of 5) sorted by path

/frameworks/base/location/java/android/location/
H A DAddress.java259 public String getCountryCode() { method in class:Address
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1369 public String getCountryCode() { method in class:WifiManager
1371 String country = mService.getCountryCode();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1102 public String getCountryCode() { method in class:WifiServiceImpl
1104 String country = mWifiStateMachine.getCountryCode();
H A DWifiStateMachine.java2370 public String getCountryCode() { method in class:WifiStateMachine
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsNumberUtils.java388 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) {
392 } else if ((countryCode = getCountryCode(context, numberNoNBPCD)) > 0) {
400 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) {
408 if ((countryCode = getCountryCode(context, numberNoIDD)) > 0) {
416 if (!number.startsWith("0") && (countryCode = getCountryCode(context, number)) > 0) {
427 private static int getCountryCode(Context context, String number) { method in class:SmsNumberUtils

Completed in 127 milliseconds