Home
last modified time | relevance | path

Searched refs:country_code (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DChannelSweepTest.py151 def set_dut_country_code(self, country_code): argument
158 self.log.info('Setting DUT country code to %s' % country_code)
160 country_code)
164 (country_code, country_code_response['error']))
167 country_code)
171 (country_code, phy_ids_response['error']))
187 if set_code != country_code:
190 'Expected: %s, Got: %s' % (id, country_code, set_code))
194 country_code)
199 country_code)
[all …]
/tools/test/connectivity/acts_tests/tests/google/bt/sar/
DBtSarSanityTest.py51 self.country_code)
113 self.set_sar_state(self.dut, read_scenario, self.country_code)
151 for country_code in country_code_tuple:
155 self.set_country_code(self.dut, country_code)
166 country_code, set_regulatory_domain))
170 country_code, set_regulatory_domain))
DBtSarTpcTest.py151 self.set_sar_state(self.dut, read_scenario, self.country_code)
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtSarBaseTest.py85 country_code='us',
98 if self.country_code.lower() in key:
265 self.set_sar_state(self.dut, read_scenario, self.country_code)
427 def set_sar_state(self, ad, signal_dict, country_code='us'): argument
469 sar_state_command, country_code.lower())
/tools/test/connectivity/acts/framework/acts/test_utils/power/cellular/
Dcellular_hotspot_traffic_power_test.py100 country_code = "US"
105 (country_code, dut.serial))
106 wutils.set_wifi_country_code(dut, country_code)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_test_utils.py769 def set_wifi_country_code(ad, country_code): argument
780 ad.adb.shell("cmd wifi force-country-code enabled %s" % country_code)
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py1583 for country_code in COUNTRY_CODE_LIST:
1584 if number.startswith(country_code):
1585 return number[len(country_code):], country_code