Searched refs:country_code (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/ |
D | ChannelSweepTest.py | 151 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/ |
D | BtSarSanityTest.py | 51 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))
|
D | BtSarTpcTest.py | 151 self.set_sar_state(self.dut, read_scenario, self.country_code)
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | BtSarBaseTest.py | 85 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/ |
D | cellular_hotspot_traffic_power_test.py | 100 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/ |
D | wifi_test_utils.py | 769 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/ |
D | tel_test_utils.py | 1583 for country_code in COUNTRY_CODE_LIST: 1584 if number.startswith(country_code): 1585 return number[len(country_code):], country_code
|