Searched refs:set_wfc_mode (Results 1 – 9 of 9) sorted by relevance
/tools/test/connectivity/acts/tests/google/tel/live/ |
D | TelLiveSettingsTest.py | 55 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 …]
|
D | TelLiveStressCallTest.py | 31 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):
|
D | TelPowerTest.py | 28 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):
|
D | TelWifiVoiceTest.py | 68 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):
|
D | TelLiveStressTest.py | 48 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):
|
D | TelLiveMobilityStressTest.py | 46 from acts.test_utils.tel.tel_test_utils import set_wfc_mode
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_voice_utils.py | 66 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):
|
D | tel_video_utils.py | 64 from acts.test_utils.tel.tel_test_utils import set_wfc_mode 115 if not set_wfc_mode(log, ad, wfc_mode):
|
D | tel_test_utils.py | 2857 def set_wfc_mode(log, ad, wfc_mode): function
|