Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveVoiceConfTest.py38 from acts.test_utils.tel.tel_test_utils import get_call_uri
1583 call_ab_uri = get_call_uri(ads[0], call_ab_id)
1584 call_ac_uri = get_call_uri(ads[0], call_ac_id)
1596 if is_uri_equivalent(call_ac_uri, get_call_uri(ads[0], call)):
1615 if is_uri_equivalent(call_ab_uri, get_call_uri(ads[0], call)):
1650 call_ab_uri = get_call_uri(ads[0], call_ab_id)
1651 call_ac_uri = get_call_uri(ads[0], call_ac_id)
1663 if is_uri_equivalent(call_ab_uri, get_call_uri(ads[0], call)):
1682 if is_uri_equivalent(call_ac_uri, get_call_uri(ads[0], call)):
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py1351 get_number_from_tel_uri(get_call_uri(ad, call)),
6048 def get_call_uri(ad, call_id): function