Home
last modified time | relevance | path

Searched refs:WFC_MODE_DISABLED (Results 1 – 8 of 8) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_video_utils.py51 from acts.test_utils.tel.tel_defines import WFC_MODE_DISABLED
80 def phone_setup_video(log, ad, wfc_mode=WFC_MODE_DISABLED):
101 wfc_mode=WFC_MODE_DISABLED):
Dtel_voice_utils.py45 from acts.test_utils.tel.tel_defines import WFC_MODE_DISABLED
526 if wfc_mode != WFC_MODE_DISABLED and not ad.droid.imsIsWfcEnabledByPlatform(
616 if not set_wfc_mode(log, ad, WFC_MODE_DISABLED):
965 if not set_wfc_mode(log, ad, WFC_MODE_DISABLED):
Dtel_defines.py346 WFC_MODE_DISABLED = "DISABLED" variable
Dtel_test_utils.py128 from acts.test_utils.tel.tel_defines import WFC_MODE_DISABLED
4468 if wfc_mode != WFC_MODE_DISABLED and wfc_mode not in ad.telephony[
4474 if wfc_mode != WFC_MODE_DISABLED:
4477 if wfc_mode == WFC_MODE_DISABLED:
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveMobilityStressTest.py33 from acts.test_utils.tel.tel_defines import WFC_MODE_DISABLED
125 return self._wfc_phone_setup(False, WFC_MODE_DISABLED, volte_mode=True)
129 False, WFC_MODE_DISABLED, volte_mode=False)
DTelLiveImsSettingsTest.py39 from acts.test_utils.tel.tel_defines import WFC_MODE_DISABLED
243 CarrierConfigs.DEFAULT_WFC_IMS_MODE_INT, WFC_MODE_DISABLED)
943 set_wfc_mode(self.log, self.dut, WFC_MODE_DISABLED)
DTelWifiVoiceTest.py49 from acts.test_utils.tel.tel_defines import WFC_MODE_DISABLED
521 return self._wfc_phone_setup(True, WFC_MODE_DISABLED)
533 return self._wfc_phone_setup(False, WFC_MODE_DISABLED)
546 return self._wfc_phone_setup_cellular_absent(WFC_MODE_DISABLED)
DTelLiveDSDSVoiceTest.py47 from acts.test_utils.tel.tel_defines import WFC_MODE_DISABLED