Searched defs:call_id (Results 1 – 6 of 6) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/car/ |
D | car_telecom_utils.py | 85 def wait_for_call_state(log, ad, call_id, state): argument 137 def hangup_call(log, ad, call_id): argument 211 def accept_call(log, ad, call_id): argument 454 def get_call_id_children(log, ad, call_id): argument
|
D | tel_telecom_utils.py | 72 def wait_for_call_state(log, ad, call_id, state): argument 110 def hangup_call(log, ad, call_id): argument
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_video_utils.py | 796 def is_call_id_in_video_state(log, ad, call_id, video_state): argument 927 def verify_video_call_in_expected_state(log, ad, call_id, call_video_state, argument
|
D | tel_voice_utils.py | 1689 def is_phone_in_call_iwlan(log, ad, call_id=None): argument 1851 def is_property_in_call_properties(log, ad, call_id, expected_property): argument 1867 def is_call_hd(log, ad, call_id): argument
|
D | tel_test_utils.py | 1554 def disconnect_call_by_id(log, ad, call_id): argument 5400 def is_phone_in_call_active(ad, call_id=None): argument 5422 call_id=None): argument 7622 def get_call_uri(ad, call_id): argument
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveVoiceConfTest.py | 1712 self, ad_hangup, ad_verify, call_id, call_state, ads_active): argument
|