Home
last modified time | relevance | path

Searched refs:wait_for_wfc_enabled (Results 1 – 10 of 10) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_ims_utils.py40 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_wfc_enabled
135 if not wait_for_wfc_enabled(log, ad):
153 if not wait_for_wfc_enabled(log, ad):
205 wait_for_wfc_enabled(log, ad)
Dtel_voice_utils.py104 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_wfc_enabled
879 if not wait_for_wfc_enabled(log, ad, max_time=MAX_WAIT_TIME_WFC_ENABLED):
1466 if not wait_for_wfc_enabled(log, ad, MAX_WAIT_TIME_WFC_ENABLED):
Dtel_test_utils.py5979 def wait_for_wfc_enabled(log, ad, max_time=MAX_WAIT_TIME_WFC_ENABLED): function
9649 if not wait_for_wfc_enabled(
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLivePreflightTest.py42 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_wfc_enabled
60 if not wait_for_wfc_enabled(self.log, ad):
DTelLiveConnectivityMonitorBaseTest.py46 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_wfc_enabled
172 return wait_for_wfc_enabled(self.log, self.dut)
DTelLiveRebootStressTest.py58 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_wfc_enabled
408 if not wait_for_wfc_enabled(self.log, self.dut):
DTelLiveImsSettingsTest.py51 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_wfc_enabled
1259 if not wait_for_wfc_enabled(self.log, self.dut,
DTelLiveGFTDSDSDDSSwitchTest.py65 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_wfc_enabled
667 if not wait_for_wfc_enabled(self.log, ad):
DTelWifiVoiceTest.py75 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_wfc_enabled
403 result = wait_for_wfc_enabled(self.log, self.android_devices[0],
DTelLiveDSDSVoiceTest.py76 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_wfc_enabled