Home
last modified time | relevance | path

Searched refs:set_wfc_mode_for_subscription (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveGFTDSDSWfcSupplementaryServiceTest.py54 from acts_contrib.test_utils.tel.tel_test_utils import set_wfc_mode_for_subscription
606 if not set_wfc_mode_for_subscription(ad_callee, mode, sub_id=sub_id):
844 if not set_wfc_mode_for_subscription(ad_host, mode, sub_id=sub_id):
DTelLiveGFTDSDSDDSSwitchTest.py52 from acts_contrib.test_utils.tel.tel_test_utils import set_wfc_mode_for_subscription
508 if not set_wfc_mode_for_subscription(ad, mode, sub_id=sub_id):
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_video_utils.py65 from acts_contrib.test_utils.tel.tel_test_utils import set_wfc_mode_for_subscription
149 if not set_wfc_mode_for_subscription(ad, wfc_mode, sub_id):
Dtel_voice_utils.py81 from acts_contrib.test_utils.tel.tel_test_utils import set_wfc_mode_for_subscription
874 if not set_wfc_mode_for_subscription(ad, wfc_mode, sub_id):
Dtel_test_utils.py5281 return set_wfc_mode_for_subscription(
5285 def set_wfc_mode_for_subscription(ad, wfc_mode, sub_id=None): function