Home
last modified time | relevance | path

Searched refs:call_id (Results 1 – 15 of 15) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/car/
Dcar_telecom_utils.py74 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 …]
Dtel_telecom_utils.py61 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/
Dhfp_lib.py144 def setCallActive(self, call_id): argument
154 test_args = {"call_id": call_id}
158 def setCallHeld(self, call_id): argument
168 test_args = {"call_id": call_id}
172 def setCallTerminated(self, call_id): argument
182 test_args = {"call_id": call_id}
186 def setCallTransferredToAg(self, call_id): argument
196 test_args = {"call_id": call_id}
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_voice_utils.py170 def disconnect_call_by_id(log, ad, call_id): argument
173 ad.droid.telecomCallDisconnect(call_id)
891 if not wait_for_in_call_active(ad, call_id=new_call_id):
1339 def is_phone_in_call_active(ad, call_id=None): argument
1348 if not call_id:
1349 call_id = ad.droid.telecomCallGetCallIds()[0]
1350 call_state = ad.droid.telecomCallGetCallState(call_id)
1351 ad.log.info("%s state is %s", call_id, call_state)
1528 def is_phone_in_call_iwlan(log, ad, call_id=None): argument
1543 if not call_id:
[all …]
Dtel_voice_conf_utils.py234 for call_id in calls:
235 if call_id != call_ab_id and call_id != call_ac_id:
236 call_conf_id = call_id
822 log, ad_hangup, ad_verify, call_id, call_state, ads_active): argument
848 if ad_verify.droid.telecomCallGetCallState(call_id) != call_state:
850 "Call_id: %s, state: %s, expected: %s", call_id,
851 ad_verify.droid.telecomCallGetCallState(call_id), call_state)
908 for call_id in calls:
909 if call_id != call_ab_id and call_id != call_ac_id:
910 call_conf_id = call_id
Dtel_video_utils.py805 def is_call_id_in_video_state(log, ad, call_id, video_state): argument
817 return video_state == ad.droid.telecomCallVideoGetState(call_id)
936 def verify_video_call_in_expected_state(log, ad, call_id, call_video_state, argument
950 if not is_call_id_in_video_state(log, ad, call_id, call_video_state):
952 call_video_state, ad.droid.telecomCallVideoGetState(call_id)))
954 if ad.droid.telecomCallGetCallState(call_id) != call_state:
956 call_state, ad.droid.telecomCallGetCallState(call_id)))
Dtel_ss_utils.py372 if not wait_for_in_call_active(ad, call_id=new_call_id):
1086 if not wait_for_in_call_active(ad, call_id=new_call_id):
1191 for call_id in first_call_ids:
1192 disconnect_call_by_id(log, ad_hangup, call_id)
1247 if not wait_for_in_call_active(ad, call_id=new_call_id):
1328 for call_id in first_call_ids:
1329 disconnect_call_by_id(log, ad_hangup, call_id)
Dtel_test_utils.py2539 def get_call_uri(ad, call_id): argument
2552 call_detail = ad.droid.telecomCallGetDetails(call_id)
Dtel_message_utils.py1481 if not wait_for_in_call_active(ad, call_id=new_call_id):
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/
DNsa5gVoiceConfTest.py1645 call_id=call_ac_id,
1682 call_id=call_ab_id,
1719 call_id=call_ac_id,
1756 call_id=call_ab_id,
1792 call_id=call_ab_id,
1828 call_id=call_ac_id,
1863 call_id=call_ab_id,
1899 call_id=call_ac_id,
1936 call_id=call_ac_id,
1973 call_id=call_ab_id,
[all …]
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabGFTVoWifiTest.py1286 call_id = call_list[0]
1287 call_state = ad.droid.telecomCallGetCallState(call_id)
1290 call_id,
1291 ad.droid.telecomCallGetCallState(call_id))
1293 ad.log.info("Hold call_id %s on PhoneA", call_id)
1295 ad.droid.telecomCallHold(call_id)
1298 call_state = ad.droid.telecomCallGetCallState(call_id)
1302 call_id,
1303 ad.droid.telecomCallGetCallState(call_id))
1326 call_id = call_list[0]
[all …]
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveVoiceConfTest.py180 for call_id in calls:
182 .droid.telecomCallGetCapabilities(call_id)):
183 call_conf_id = call_id
184 elif call_id != call_ab_id:
185 call_ac_id = call_id
222 for call_id in calls:
224 .droid.telecomCallGetCapabilities(call_id)):
225 call_conf_id = call_id
226 elif call_id != call_ab_id:
227 call_ac_id = call_id
[all …]
DTelLiveVideoTest.py1688 for call_id in calls:
1689 if call_id != call_ab_id and call_id != call_ac_id:
1690 call_conf_id = call_id
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/
Dcommand_input.py2531 call_id = int(line.strip())
2532 result = self.pri_dut.sl4f.hfp_lib.setCallActive(call_id)
2550 call_id = int(line.strip())
2551 result = self.pri_dut.sl4f.hfp_lib.setCallHeld(call_id)
2569 call_id = int(line.strip())
2570 result = self.pri_dut.sl4f.hfp_lib.setCallTerminated(call_id)
2588 call_id = int(line.strip())
2589 result = self.pri_dut.sl4f.hfp_lib.setCallTransferredToAg(call_id)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_carkit_lib.py420 call_id = pri_dut.droid.telecomCallGetCallIds()[0]
421 pri_dut.droid.telecomCallPlayDtmfTone(call_id, "9")
448 pri_dut.droid.telecomCallStopDtmfTone(call_id)