Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveSettingsTest.py65 from acts.test_utils.tel.tel_test_utils import wait_for_wfc_disabled
135 if not wait_for_wfc_disabled(self.log, self.ad):
185 if wait_for_wfc_disabled(self.log, self.ad):
198 if not wait_for_wfc_disabled(self.log, self.ad):
228 is_wfc_not_available = wait_for_wfc_disabled(self.log, self.ad)
483 if wait_for_wfc_disabled(self.log, self.ad):
DTelWifiVoiceTest.py74 from acts.test_utils.tel.tel_test_utils import wait_for_wfc_disabled
384 result = wait_for_wfc_disabled(self.log, self.android_devices[0],
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_voice_utils.py87 from acts.test_utils.tel.tel_test_utils import wait_for_wfc_disabled
419 elif not wait_for_wfc_disabled(log, ad, MAX_WAIT_TIME_WFC_ENABLED):
Dtel_test_utils.py3301 def wait_for_wfc_disabled(log, ad, max_time=MAX_WAIT_TIME_WFC_DISABLED): function