Searched refs:get_call_uri (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveVoiceConfTest.py | 39 from acts.test_utils.tel.tel_test_utils import get_call_uri 1530 call_ab_uri = get_call_uri(ads[0], call_ab_id) 1531 call_ac_uri = get_call_uri(ads[0], call_ac_id) 1543 if is_uri_equivalent(call_ac_uri, get_call_uri(ads[0], call)): 1563 if is_uri_equivalent(call_ab_uri, get_call_uri(ads[0], call)): 1598 call_ab_uri = get_call_uri(ads[0], call_ab_id) 1599 call_ac_uri = get_call_uri(ads[0], call_ac_id) 1611 if is_uri_equivalent(call_ab_uri, get_call_uri(ads[0], call)): 1631 if is_uri_equivalent(call_ac_uri, get_call_uri(ads[0], call)):
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 1368 get_number_from_tel_uri(get_call_uri(ad, call)), 7622 def get_call_uri(ad, call_id): function
|