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/
DTelLiveSettingsTest.py55 from acts.test_utils.tel.tel_test_utils import set_wfc_mode
110 if initial_setup_wfc_mode and not set_wfc_mode(self.log, self.ad,
128 if not set_wfc_mode(self.log, self.ad, WFC_MODE_DISABLED):
178 if not set_wfc_mode(self.log, self.ad, wfc_mode):
219 if not set_wfc_mode(self.log, self.ad, wfc_mode):
779 set_wfc_mode(self.log, ad, WFC_MODE_WIFI_PREFERRED)
841 set_wfc_mode(self.log, ad, WFC_MODE_DISABLED)
885 set_wfc_mode(self.log, self.ad, WFC_MODE_WIFI_PREFERRED)
922 set_wfc_mode(self.log, self.ad, WFC_MODE_WIFI_PREFERRED)
1098 set_wfc_mode(self.log, self.ad, wfc_mode)
[all …]
DTelLiveStressCallTest.py31 from acts.test_utils.tel.tel_test_utils import set_wfc_mode
91 if not set_wfc_mode(self.log, ad, WFC_MODE_WIFI_PREFERRED):
113 if not set_wfc_mode(self.log, ad, WFC_MODE_WIFI_PREFERRED):
DTelPowerTest.py28 from acts.test_utils.tel.tel_test_utils import set_wfc_mode
152 if not set_wfc_mode(self.log, self.ad, WFC_MODE_WIFI_PREFERRED):
DTelWifiVoiceTest.py68 from acts.test_utils.tel.tel_test_utils import set_wfc_mode
446 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode):
488 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode):
554 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode):
596 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode):
656 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode):
693 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode):
2494 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode):
2580 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode):
DTelLiveStressTest.py48 from acts.test_utils.tel.tel_test_utils import set_wfc_mode
138 if not set_wfc_mode(self.log, ad, WFC_MODE_WIFI_PREFERRED):
DTelLiveMobilityStressTest.py46 from acts.test_utils.tel.tel_test_utils import set_wfc_mode
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_voice_utils.py66 from acts.test_utils.tel.tel_test_utils import set_wfc_mode
353 if not set_wfc_mode(log, ad, wfc_mode):
408 if not set_wfc_mode(log, ad, WFC_MODE_CELLULAR_PREFERRED):
440 if not set_wfc_mode(log, ad, WFC_MODE_DISABLED):
777 if not set_wfc_mode(log, ad, WFC_MODE_DISABLED):
Dtel_video_utils.py64 from acts.test_utils.tel.tel_test_utils import set_wfc_mode
115 if not set_wfc_mode(log, ad, wfc_mode):
Dtel_test_utils.py2857 def set_wfc_mode(log, ad, wfc_mode): function