Searched defs:setCountryCode (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/location/java/android/location/
H A DAddress.java267 public void setCountryCode(String countryCode) { method in class:Address
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiNative.java362 public boolean setCountryCode(String countryCode) { method in class:WifiNative
H A DWifiManager.java806 public void setCountryCode(String country, boolean persist) { method in class:WifiManager
808 mService.setCountryCode(country, persist);
H A DWifiStateMachine.java1072 public void setCountryCode(String countryCode, boolean persist) { method in class:WifiStateMachine
1331 private void setCountryCode() { method in class:WifiStateMachine
1335 setCountryCode(countryCode, false);
2729 setCountryCode();
2795 if (!mWifiNative.setCountryCode(country.toUpperCase())) {
/frameworks/base/services/java/com/android/server/
H A DWifiService.java883 public void setCountryCode(String countryCode, boolean persist) { method in class:WifiService
887 mWifiStateMachine.setCountryCode(countryCode, persist);

Completed in 1709 milliseconds