Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_ims_utils.py39 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_wfc_disabled
164 if not wait_for_wfc_disabled(log, ad):
207 wait_for_wfc_disabled(log, ad)
Dtel_voice_utils.py105 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_wfc_disabled
930 elif not wait_for_wfc_disabled(log, ad, MAX_WAIT_TIME_WFC_ENABLED):
Dtel_test_utils.py5995 def wait_for_wfc_disabled(log, ad, max_time=MAX_WAIT_TIME_WFC_DISABLED): function
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelWifiVoiceTest.py74 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_wfc_disabled
393 result = wait_for_wfc_disabled(self.log, self.android_devices[0],
DTelLiveDSDSVoiceTest.py75 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_wfc_disabled