Home
last modified time | relevance | path

Searched refs:set_wfc_mode (Results 1 – 14 of 14) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveStressCallTest.py33 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):
DTelLiveConnectivityMonitorMobilityTest.py37 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)
DTelWifiVoiceTest.py68 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):
DTelLiveSmsTest.py42 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):
DTelLiveImsSettingsTest.py42 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)
DTelLiveMobilityStressTest.py46 from acts_contrib.test_utils.tel.tel_test_utils import set_wfc_mode
DTelLiveStressTest.py69 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):
DTelLiveDSDSVoiceTest.py69 from acts_contrib.test_utils.tel.tel_test_utils import set_wfc_mode
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabGFTVoWifiTest.py37 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/
Dtel_ims_utils.py30 from acts_contrib.test_utils.tel.tel_test_utils import set_wfc_mode
126 set_wfc_mode(log, ad, wfc_mode)
Dtel_voice_utils.py80 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):
Dtel_test_utils.py5268 def set_wfc_mode(log, ad, wfc_mode): function
/tools/test/connectivity/acts_tests/tests/google/net/
DDnsOverTlsTest.py28 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/
DWifiTeleCoexTest.py214 if not tele_utils.set_wfc_mode(self.log, self.android_devices[0], wfc_mode):