Home
last modified time | relevance | path

Searched refs:set_country_code (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan_policy/
DRegulatoryRecoveryTest.py53 fd.wlan_controller.set_country_code(self.country_code)
69 fd.wlan_controller.set_country_code("WW")
73 def set_country_code(self, fd): member in RegulatoryRecoveryTest
75 fd.wlan_controller.set_country_code(self.country_code)
101 self.set_country_code(fd)
144 self.set_country_code(fd)
/tools/test/connectivity/acts_tests/tests/google/bt/sar/
DBtSarSanityTest.py150 self.set_country_code(self.dut, country_code)
203 self.set_country_code(self.dut, cc[0])
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/lib_controllers/
Dwlan_controller.py130 def set_country_code(self, country_code): member in WlanController
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtSarBaseTest.py577 def set_country_code(self, ad, cc): member in BtSarBaseTest