Searched refs:wait_for_volte_enabled (Results 1 – 3 of 3) sorted by relevance
64 from acts.test_utils.tel.tel_test_utils import wait_for_volte_enabled152 if check_volte_after_wfc_disabled and not wait_for_volte_enabled(207 if check_volte_after_wfc_disabled and not wait_for_volte_enabled(
83 from acts.test_utils.tel.tel_test_utils import wait_for_volte_enabled856 if not wait_for_volte_enabled(log, ad, MAX_WAIT_TIME_VOLTE_ENABLED):
3232 def wait_for_volte_enabled(log, ad, max_time): function