Searched refs:set_wfc_mode (Results 1 – 14 of 14) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveStressCallTest.py | 33 from acts_contrib.test_utils.tel.tel_test_utils import set_wfc_mode 89 if not set_wfc_mode(self.log, ad, WFC_MODE_WIFI_PREFERRED): 111 if not set_wfc_mode(self.log, ad, WFC_MODE_WIFI_PREFERRED):
|
D | TelLiveConnectivityMonitorMobilityTest.py | 37 from acts_contrib.test_utils.tel.tel_test_utils import set_wfc_mode 303 set_wfc_mode(self.log, self.dut, WFC_MODE_CELLULAR_PREFERRED) 337 set_wfc_mode(self.log, self.dut, WFC_MODE_CELLULAR_PREFERRED)
|
D | TelWifiVoiceTest.py | 68 from acts_contrib.test_utils.tel.tel_test_utils import set_wfc_mode 456 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode): 498 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode): 564 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode): 607 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode): 668 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode): 705 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode): 2506 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode): 2593 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode):
|
D | TelLiveSmsTest.py | 42 from acts_contrib.test_utils.tel.tel_test_utils import set_wfc_mode 2093 if not set_wfc_mode(self.log, ads[0], WFC_MODE_DISABLED): 2121 if not set_wfc_mode(self.log, ads[0], WFC_MODE_DISABLED): 2149 if not set_wfc_mode(self.log, ads[0], WFC_MODE_DISABLED): 2177 if not set_wfc_mode(self.log, ads[0], WFC_MODE_DISABLED):
|
D | TelLiveImsSettingsTest.py | 42 from acts_contrib.test_utils.tel.tel_test_utils import set_wfc_mode 1194 set_wfc_mode(self.log, self.dut, WFC_MODE_WIFI_PREFERRED) 1269 set_wfc_mode(self.log, self.dut, WFC_MODE_DISABLED)
|
D | TelLiveMobilityStressTest.py | 46 from acts_contrib.test_utils.tel.tel_test_utils import set_wfc_mode
|
D | TelLiveStressTest.py | 69 from acts_contrib.test_utils.tel.tel_test_utils import set_wfc_mode 243 if not set_wfc_mode(self.log, ad, WFC_MODE_WIFI_PREFERRED):
|
D | TelLiveDSDSVoiceTest.py | 69 from acts_contrib.test_utils.tel.tel_test_utils import set_wfc_mode
|
/tools/test/connectivity/acts_tests/tests/google/tel/lab/ |
D | TelLabGFTVoWifiTest.py | 37 from acts_contrib.test_utils.tel.tel_test_utils import set_wfc_mode 151 tasks = [(set_wfc_mode, (self.log, ad, wfc_mode)) for ad in self.android_devices]
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_ims_utils.py | 30 from acts_contrib.test_utils.tel.tel_test_utils import set_wfc_mode 126 set_wfc_mode(log, ad, wfc_mode)
|
D | tel_voice_utils.py | 80 from acts_contrib.test_utils.tel.tel_test_utils import set_wfc_mode 923 if not set_wfc_mode(log, ad, WFC_MODE_CELLULAR_PREFERRED): 951 if not set_wfc_mode(log, ad, WFC_MODE_DISABLED): 1357 if not set_wfc_mode(log, ad, WFC_MODE_DISABLED):
|
D | tel_test_utils.py | 5268 def set_wfc_mode(log, ad, wfc_mode): function
|
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | DnsOverTlsTest.py | 28 from acts_contrib.test_utils.tel.tel_test_utils import set_wfc_mode 52 set_wfc_mode(self.log, ad, WFC_MODE_DISABLED)
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiTeleCoexTest.py | 214 if not tele_utils.set_wfc_mode(self.log, self.android_devices[0], wfc_mode):
|