/tools/test/connectivity/acts_tests/acts_contrib/test_utils/car/ |
D | car_telecom_utils.py | 74 call_id = event['data']['CallId'] 75 log.info("Call ID: {} dev {}".format(call_id, ad.serial)) 77 if not call_id: 83 return call_id 85 def wait_for_call_state(log, ad, call_id, state): argument 101 call_id, tel_defines.EVENT_CALL_STATE_CHANGED) 104 if ad.droid.telecomCallGetCallState(call_id) == state: 106 call_id, state, ad.serial)) 107 ad.droid.telecomCallStopListeningForEvent(call_id, 122 ad.droid.telecomCallStopListeningForEvent(call_id, [all …]
|
D | tel_telecom_utils.py | 61 call_id = event['data']['CallId'] 62 log.info("Call ID: {} dev {}".format(call_id, ad.serial)) 64 if not call_id: 70 return call_id 72 def wait_for_call_state(log, ad, call_id, state): argument 87 call_id, tel_defines.EVENT_CALL_STATE_CHANGED) 90 if ad.droid.telecomCallGetCallState(call_id) == state: 92 call_id, state, ad.serial)) 106 ad.droid.telecomCallStopListeningForEvent(call_id, 110 def hangup_call(log, ad, call_id): argument [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/ |
D | hfp_lib.py | 146 def setCallActive(self, call_id): argument 156 test_args = {"call_id": call_id } 162 def setCallHeld(self, call_id): argument 172 test_args = {"call_id": call_id } 178 def setCallTerminated(self, call_id): argument 188 test_args = {"call_id": call_id } 194 def setCallTransferredToAg(self, call_id): argument 204 test_args = {"call_id": call_id }
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_voice_utils.py | 1762 def is_phone_in_call_iwlan(log, ad, call_id=None): argument 1777 if not call_id: 1780 call_id = call_ids[-1] 1781 if not call_id: 1785 call_prop = ad.droid.telecomCallGetProperties(call_id) 1924 def is_property_in_call_properties(log, ad, call_id, expected_property): argument 1936 properties = ad.droid.telecomCallGetProperties(call_id) 1940 def is_call_hd(log, ad, call_id): argument 1951 return is_property_in_call_properties(log, ad, call_id, 2104 call_state_list = [ads[0].droid.telecomCallGetCallState(call_id) for call_id in call_list] [all …]
|
D | tel_voice_conf_utils.py | 234 for call_id in calls: 235 if call_id != call_ab_id and call_id != call_ac_id: 236 call_conf_id = call_id 763 log, ad_hangup, ad_verify, call_id, call_state, ads_active): argument 790 if ad_verify.droid.telecomCallGetCallState(call_id) != call_state: 792 "Call_id: %s, state: %s, expected: %s", call_id, 793 ad_verify.droid.telecomCallGetCallState(call_id), call_state)
|
D | tel_video_utils.py | 828 def is_call_id_in_video_state(log, ad, call_id, video_state): argument 840 return video_state == ad.droid.telecomCallVideoGetState(call_id) 959 def verify_video_call_in_expected_state(log, ad, call_id, call_video_state, argument 973 if not is_call_id_in_video_state(log, ad, call_id, call_video_state): 975 call_video_state, ad.droid.telecomCallVideoGetState(call_id))) 977 if ad.droid.telecomCallGetCallState(call_id) != call_state: 979 call_state, ad.droid.telecomCallGetCallState(call_id)))
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveGFTDSDSWfcSupplementaryServiceTest.py | 333 for call_id in calls: 334 if call_id != call_ab_id and call_id != call_ac_id: 335 call_conf_id = call_id 395 for call_id in calls: 396 if call_id != call_ab_id and call_id != call_ac_id: 397 call_conf_id = call_id
|
D | TelLiveGFTDSDSSupplementaryServiceTest.py | 305 for call_id in calls: 306 if call_id != call_ab_id and call_id != call_ac_id: 307 call_conf_id = call_id 365 for call_id in calls: 366 if call_id != call_ab_id and call_id != call_ac_id: 367 call_conf_id = call_id
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | bt_carkit_lib.py | 420 call_id = pri_dut.droid.telecomCallGetCallIds()[0] 421 pri_dut.droid.telecomCallPlayDtmfTone(call_id, "9") 448 pri_dut.droid.telecomCallStopDtmfTone(call_id)
|