Home
last modified time | relevance | path

Searched refs:wait_for_volte_enabled (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveSettingsTest.py64 from acts.test_utils.tel.tel_test_utils import wait_for_volte_enabled
152 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(
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_voice_utils.py83 from acts.test_utils.tel.tel_test_utils import wait_for_volte_enabled
856 if not wait_for_volte_enabled(log, ad, MAX_WAIT_TIME_VOLTE_ENABLED):
Dtel_test_utils.py3232 def wait_for_volte_enabled(log, ad, max_time): function