Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveStressCallTest.py32 from acts.test_utils.tel.tel_test_utils import set_wfc_mode
88 if not set_wfc_mode(self.log, ad, WFC_MODE_WIFI_PREFERRED):
110 if not set_wfc_mode(self.log, ad, WFC_MODE_WIFI_PREFERRED):
DTelLiveConnectivityMonitorMobilityTest.py37 from acts.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)
DTelLiveImsSettingsTest.py51 from acts.test_utils.tel.tel_test_utils import set_wfc_mode
173 set_wfc_mode(self.log, self.dut, wfc_mode)
868 set_wfc_mode(self.log, self.dut, WFC_MODE_WIFI_PREFERRED)
943 set_wfc_mode(self.log, self.dut, WFC_MODE_DISABLED)
DTelWifiVoiceTest.py68 from acts.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):
DTelLiveMobilityStressTest.py46 from acts.test_utils.tel.tel_test_utils import set_wfc_mode
DTelLiveDSDSVoiceTest.py69 from acts.test_utils.tel.tel_test_utils import set_wfc_mode
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_voice_utils.py73 from acts.test_utils.tel.tel_test_utils import set_wfc_mode
541 if not set_wfc_mode(log, ad, wfc_mode):
588 if not set_wfc_mode(log, ad, WFC_MODE_CELLULAR_PREFERRED):
616 if not set_wfc_mode(log, ad, WFC_MODE_DISABLED):
965 if not set_wfc_mode(log, ad, WFC_MODE_DISABLED):
Dtel_video_utils.py65 from acts.test_utils.tel.tel_test_utils import set_wfc_mode
117 if not set_wfc_mode(log, ad, wfc_mode):
Dtel_test_utils.py4455 def set_wfc_mode(log, ad, wfc_mode): function