Searched defs:getCountryCode (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbHIDDescriptor.java47 public byte getCountryCode() { method in class:UsbHIDDescriptor
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiCountryCode.java166 public synchronized String getCountryCode() { method in class:WifiCountryCode
H A DWifiServiceImpl.java1915 public String getCountryCode() { method in class:WifiServiceImpl
1917 mLog.info("getCountryCode uid=%").c(Binder.getCallingUid()).flush();
1918 String country = mCountryCode.getCountryCode();
/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
/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.java1733 public String getCountryCode() { method in class:WifiManager
1735 String country = mService.getCountryCode();

Completed in 201 milliseconds