Home
last modified time | relevance | path

Searched refs:CountryCode (Results 1 – 13 of 13) sorted by relevance

/tools/test/connectivity/acts/tests/google/wifi/aware/functional/
DDataPathTest.py1777 init_domain=wutils.WifiEnums.CountryCode.US,
1778 resp_domain=wutils.WifiEnums.CountryCode.JAPAN)
1789 init_domain=wutils.WifiEnums.CountryCode.JAPAN,
1790 resp_domain=wutils.WifiEnums.CountryCode.US)
1801 init_domain=wutils.WifiEnums.CountryCode.US,
1802 resp_domain=wutils.WifiEnums.CountryCode.JAPAN)
1813 init_domain=wutils.WifiEnums.CountryCode.JAPAN,
1814 resp_domain=wutils.WifiEnums.CountryCode.US)
/tools/test/connectivity/acts/tests/google/wifi/
DWifiStaApConcurrencyStressTest.py75 wutils.set_wifi_country_code(self.dut, wutils.WifiEnums.CountryCode.US)
76 wutils.set_wifi_country_code(self.dut_client, wutils.WifiEnums.CountryCode.US)
107 wutils.set_wifi_country_code(self.android_devices[2], wutils.WifiEnums.CountryCode.US)
DWifiSoftApTest.py63 wutils.set_wifi_country_code(self.dut, wutils.WifiEnums.CountryCode.US)
64 wutils.set_wifi_country_code(self.dut_client, wutils.WifiEnums.CountryCode.US)
79 wutils.set_wifi_country_code(self.android_devices[2], wutils.WifiEnums.CountryCode.US)
DWifiMacRandomizationTest.py439 wutils.set_wifi_country_code(self.dut, wutils.WifiEnums.CountryCode.US)
440 wutils.set_wifi_country_code(self.dut_client, wutils.WifiEnums.CountryCode.US)
DWifiStressTest.py433 wutils.set_wifi_country_code(self.dut, wutils.WifiEnums.CountryCode.US)
434 wutils.set_wifi_country_code(self.dut_client, wutils.WifiEnums.CountryCode.US)
DWifiSoftApAcsTest.py58 wutils.set_wifi_country_code(self.dut, wutils.WifiEnums.CountryCode.US)
59 wutils.set_wifi_country_code(self.dut_client, wutils.WifiEnums.CountryCode.US)
DWifiSoftApPerformanceTest.py127 wutils.set_wifi_country_code(dev, wutils.WifiEnums.CountryCode.US)
DWifiChaosTest.py119 wutils.set_wifi_country_code(self.dut, wutils.WifiEnums.CountryCode.US)
DWifiStaApConcurrencyTest.py64 wutils.set_wifi_country_code(ad, WifiEnums.CountryCode.US)
/tools/test/connectivity/acts_tests/tests/google/coex/hotspot_tests/
DHotspotWiFiChannelTest.py190 wutils.set_wifi_country_code(self.pri_ad, WifiEnums.CountryCode.US)
191 wutils.set_wifi_country_code(self.sec_ad, WifiEnums.CountryCode.US)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_test_utils.py101 class CountryCode(): class in WifiEnums
766 set_wifi_country_code(ad, WifiEnums.CountryCode.US)
782 ad.droid.wifiSetCountryCode(WifiEnums.CountryCode.US)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/rtt/
DRttBaseTest.py53 wutils.set_wifi_country_code(ad, wutils.WifiEnums.CountryCode.US)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/
DAwareBaseTest.py56 wutils.set_wifi_country_code(ad, wutils.WifiEnums.CountryCode.US)