Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_voice_conf_utils.py30 from acts_contrib.test_utils.tel.tel_test_utils import get_call_uri
329 call_ab_uri = get_call_uri(ads[0], call_ab_id)
330 call_ac_uri = get_call_uri(ads[0], call_ac_id)
345 new_uri = get_call_uri(ads[0], call)
371 new_uri = get_call_uri(ads[0], call)
452 call_ab_uri = get_call_uri(ads[0], call_ab_id)
453 call_ac_uri = get_call_uri(ads[0], call_ac_id)
468 new_uri = get_call_uri(ads[0], call)
494 new_uri = get_call_uri(ads[0], call)
Dtel_voice_utils.py90 from acts_contrib.test_utils.tel.tel_test_utils import get_call_uri
2251 get_number_from_tel_uri(get_call_uri(ad, call)),
Dtel_test_utils.py2539 def get_call_uri(ad, call_id): function