Searched refs:wait_for_wfc_enabled (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_voice_utils.py | 86 from acts.test_utils.tel.tel_test_utils import wait_for_wfc_enabled 357 if not wait_for_wfc_enabled(log, ad, max_time=MAX_WAIT_TIME_WFC_ENABLED): 886 if not wait_for_wfc_enabled(log, ad, MAX_WAIT_TIME_WFC_ENABLED):
|
D | tel_test_utils.py | 3285 def wait_for_wfc_enabled(log, ad, max_time=MAX_WAIT_TIME_WFC_ENABLED): function
|
/tools/test/connectivity/acts/tests/google/tel/live/ |
D | TelLiveSettingsTest.py | 66 from acts.test_utils.tel.tel_test_utils import wait_for_wfc_enabled 191 if not wait_for_wfc_enabled(self.log, self.ad): 204 if wait_for_wfc_enabled(self.log, self.ad): 833 if not wait_for_wfc_enabled(self.log, ad, MAX_WAIT_TIME_WFC_ENABLED):
|
D | TelWifiVoiceTest.py | 75 from acts.test_utils.tel.tel_test_utils import wait_for_wfc_enabled 394 result = wait_for_wfc_enabled(self.log, self.android_devices[0],
|