/system/connectivity/shill/bin/ |
set_wifi_regulatory | 26 country_code=$( 41 country_code="${country_code%%.*}" 42 case "${country_code}" in 44 country_code="MX" 47 country_code="SE" 51 if [ -n "${country_code}" ]; then 52 iw reg set "${country_code}"
|
/packages/providers/TelephonyProvider/res/xml/ |
hbpcd_lookup_tables.xml | 1046 <Country_Code>30</Country_Code> 1057 <Country_Code>31</Country_Code> 1068 <Country_Code>32</Country_Code> 1079 <Country_Code>33</Country_Code> 1090 <Country_Code>377</Country_Code> [all...] |
/external/autotest/server/site_tests/network_WiFi_RegDomain/ |
control | 51 'country_code': '00', 61 'country_code': 'AR', 67 'country_code': 'ID', 73 'country_code': 'RU', 79 'country_code': 'US', 86 'country_code': 'CA', 95 'country_code': 'SE', 104 'country_code': 'US', 118 'country_code': '00', 130 'country_code': 'AR' [all...] |
network_WiFi_RegDomain.py | 238 self.expected_country_code = additional_params['country_code']
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
wifi_config.h | 23 wifi_error wifi_set_country_code(wifi_interface_handle iface, const char* country_code);
|
rtt.h | 263 char country_code[2]; // country code member in struct:__anon32361
|
/system/connectivity/shill/wifi/ |
wifi_endpoint_unittest.cc | 182 bool* ieee80211w_required, std::string* country_code) { 184 ieee80211w_required, country_code); 642 string country_code; local 644 nullptr, &country_code); local 645 EXPECT_TRUE(country_code.empty()); 655 string country_code; local 657 nullptr, &country_code); local 658 EXPECT_TRUE(country_code.empty()); 668 string country_code; local 670 nullptr, &country_code); local 681 string country_code; local 683 nullptr, &country_code); local 684 EXPECT_EQ(string(kCountryCode, 0, 2), country_code); local [all...] |
wifi_endpoint.h | 92 const std::string& country_code() const; 175 bool* ieee80211w_required, std::string* country_code);
|
wifi_service.cc | 823 string country_code; local 833 country_code = representative_endpoint->country_code(); 846 if (country_code_ != country_code) { 847 country_code_ = country_code; [all...] |
wifi_endpoint.cc | 211 const string& WiFiEndpoint::country_code() const { function in class:shill::WiFiEndpoint 415 bool* ieee80211w_required, string* country_code) { 446 *country_code = string(it + 2, it + 4);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
HbpcdLookup.java | 64 public static final String COUNTRY_CODE = "Country_Code";
|
SmsNumberUtils.java | 73 /* <+><U.S.Country_code><Area_code><Phone Number>, +1-<NXX>-<NXX>-<XXXX> N[2-9] */ 76 /* <Local_IDD><Country_code><Area_code><Phone Number>, 001-1-<NXX>-<NXX>-<XXXX> N[2-9] */ 79 /* <+><Home_IDD><Country_code><Area_code><Phone Number>, +011-1-<NXX>-<NXX>-<XXXX> N[2-9] */ 83 /* <+>-<Home_IDD>-<Country_code>-<Area_code>-<Phone Number>, +011-86-25-86281234 */ 86 /* <Home_IDD>-<Country_code>-<Area_code>-<Phone Number>, 011-86-25-86281234 */ 89 /* <NBPCD>-<Country_code>-<Area_code>-<Phone Number>, +1-86-25-86281234 */ 92 /* <Local_IDD>-<Country_code>-<Area_code>-<Phone Number>, 00-86-25-86281234 */ 95 /* <Country_code>-<Area_code>-<Phone Number>, 86-25-86281234*/ 462 String projection[] = {MccLookup.COUNTRY_CODE};
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
SmsNumberUtilsTest.java | 89 HbpcdLookup.MccLookup.COUNTRY_CODE) && 92 new String[]{HbpcdLookup.MccLookup.COUNTRY_CODE});
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
wificonfig.cpp | 108 const char* country_code) 114 ALOGV("%s: %s", __FUNCTION__, country_code); 138 if (wifiConfigCommand->put_string(NL80211_ATTR_REG_ALPHA2, country_code)) {
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
HbpcdLookupDatabaseHelper.java | 116 "Country_Code TEXT," + 256 } else if (tagName.equalsIgnoreCase(MccLookup.COUNTRY_CODE)) { 257 row.put(MccLookup.COUNTRY_CODE, Integer.parseInt(parser.nextText()));
|
HbpcdLookupProvider.java | 105 sLookupProjectionMap.put(MccLookup.COUNTRY_CODE, MccLookup.COUNTRY_CODE);
|
/external/dhcpcd-6.8.2/ |
dhcpcd-embedded.c | 142 "embed uint16 country_code", 267 "embed uint16 country_code",
|
dhcpcd-definitions.conf | 152 embed uint16 country_code 390 embed uint16 country_code
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
LocationFacade.java | 77 * u'admin_area': u'Some City', u'feature_name': u'House Numbers', u'country_code': u'GB',
|
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
Phonenumber.java | 42 // required int32 country_code = 1;
|
PhoneNumberUtil.java | [all...] |
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
wifi_hal.cpp | 684 SetCountryCodeCommand(wifi_interface_handle handle, const char *country_code) 686 mCountryCode = country_code; [all...] |
/system/connectivity/shill/mobile_operator_db/ |
serviceproviders_converter.py | 214 def _EnrichNode(self, node, country_code, primary, roaming_required, names, 220 @param country_code: The country code for node. Type: str. 227 ElementTree.SubElement(node, u'country', {u'code': country_code})
|
/external/libphonenumber/demo/src/com/google/phonenumbers/ |
PhoneNumberParserServlet.java | 178 appendLine("country_code", Integer.toString(number.getCountryCode()), output);
|
/external/autotest/server/cros/network/ |
hostap_config.py | 693 conf['country_code'] = 'US' # Required for local_pwr_constraint
|