Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveSettingsTest.py38 from acts.test_utils.tel.tel_defines import WFC_MODE_DISABLED
128 if not set_wfc_mode(self.log, self.ad, WFC_MODE_DISABLED):
841 set_wfc_mode(self.log, ad, WFC_MODE_DISABLED)
981 if self.ad.droid.imsGetWfcMode() != WFC_MODE_DISABLED:
1003 if self.ad.droid.imsGetWfcMode() != WFC_MODE_DISABLED:
1090 for wfc_mode in (WFC_MODE_DISABLED,
1122 for wfc_mode in (WFC_MODE_DISABLED,
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)
DTelWifiVoiceTest.py49 from acts.test_utils.tel.tel_defines import WFC_MODE_DISABLED
511 return self._wfc_phone_setup(True, WFC_MODE_DISABLED)
523 return self._wfc_phone_setup(False, WFC_MODE_DISABLED)
536 return self._wfc_phone_setup_cellular_absent(WFC_MODE_DISABLED)
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_voice_utils.py41 from acts.test_utils.tel.tel_defines import WFC_MODE_DISABLED
342 if wfc_mode != WFC_MODE_DISABLED and not ad.droid.imsIsWfcEnabledByPlatform(
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.py51 from acts.test_utils.tel.tel_defines import WFC_MODE_DISABLED
78 def phone_setup_video(log, ad, wfc_mode=WFC_MODE_DISABLED):
99 wfc_mode=WFC_MODE_DISABLED):
Dtel_defines.py297 WFC_MODE_DISABLED = "DISABLED" variable
Dtel_test_utils.py106 from acts.test_utils.tel.tel_defines import WFC_MODE_DISABLED
2873 if wfc_mode == WFC_MODE_DISABLED: