Home
last modified time | relevance | path

Searched refs:ad_callee (Results 1 – 12 of 12) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveGFTDSDSWfcSupplementaryServiceTest.py483 ad_callee = ads[0]
485 slot_0_subid = get_subid_from_slot_index(self.log, ad_callee, 0)
486 slot_1_subid = get_subid_from_slot_index(self.log, ad_callee, 1)
488 if not toggle_airplane_mode(self.log, ad_callee, False):
489 ad_callee.log.error("Failed to disable airplane mode.")
494 self.log, ad_callee, callee_slot)
500 self.log, ad_callee, 1-callee_slot)
501 set_voice_sub_id(ad_callee, callee_sub_id)
502 ad_callee.log.info(
504 callee_slot, get_incoming_voice_sub_id(ad_callee))
[all …]
DTelLiveGFTDSDSSupplementaryServiceTest.py446 ad_callee = ads[0]
451 self.log, ad_callee, callee_slot)
453 ad_callee.log.warning(
457 self.log, ad_callee, 1-callee_slot)
458 set_voice_sub_id(ad_callee, callee_sub_id)
462 ad_callee.log.warning(
466 set_voice_sub_id(ad_callee, callee_sub_id)
467 ad_callee.log.info(
469 callee_slot, get_incoming_voice_sub_id(ad_callee))
566 ad_callee,
[all …]
DTelLiveCBRSTest.py142 ad_callee = ads[1]
144 callee_number = get_phone_number(self.log, ad_callee)
149 ad_callee = ads[0]
151 callee_number = get_phone_number(self.log, ad_callee)
183 if not wait_and_answer_call(self.log, ad_callee, caller_number):
DTelLiveDSDSVoiceTest.py184 ad_callee = ads[1]
187 callee_number = get_phone_number(self.log, ad_callee)
192 ad_callee = ads[0]
228 if not wait_and_answer_call(self.log, ad_callee, caller_number):
DTelLiveVoiceTest.py3033 def _test_call_hangup_while_ringing(self, ad_caller, ad_callee): argument
3046 callee_number = ad_callee.telephony['subscription'][
3047 get_incoming_voice_sub_id(ad_callee)]['phone_num']
3050 (phone_setup_voice_general, (self.log, ad_callee))]
3064 if not wait_for_ringing_call(self.log, ad_callee, caller_number):
3065 ad_callee.log.error("Phone never rang.")
DTelLiveDataTest.py2065 ad_callee = self.clients[0]
2068 ad_callee = self.provider
2069 if not call_setup_teardown(self.log, ad_caller, ad_callee, None,
DTelWifiVoiceTest.py278 ad_callee = ads[1]
281 ad_callee = ads[0]
283 callee_number = get_phone_number(self.log, ad_callee)
311 if not wait_and_answer_call(self.log, ad_callee, caller_number):
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py2009 def call_reject(log, ad_caller, ad_callee, reject=True): argument
2015 subid_callee = ad_callee.incoming_voice_sub_id
2018 return call_reject_for_subscription(log, ad_caller, ad_callee,
2024 ad_callee, argument
2033 callee_number = ad_callee.telephony['subscription'][subid_callee][
2042 log, ad_callee, subid_callee, caller_number, WAIT_TIME_REJECT_CALL,
2044 ad_callee.log.error("Reject call fail.")
2047 if ad_callee.droid.telephonyGetCallStateForSubscription(
2049 ad_callee.log.error("Incoming call is not cleared")
2058 ad_callee, argument
[all …]
Dtel_video_utils.py554 ad_callee, argument
592 log, ad_caller, ad_callee, get_outgoing_voice_sub_id(ad_caller),
593 get_incoming_voice_sub_id(ad_callee), ad_hangup, video_state,
601 ad_callee, argument
645 ad_callee,
658 ad_callee, argument
682 log, ad_caller, ad_callee, get_outgoing_voice_sub_id(ad_caller),
683 get_incoming_voice_sub_id(ad_callee), video_state, incall_ui_display)
689 ad_callee, argument
721 ad_callee,
Dtel_data_utils.py903 ad_callee = android_devices[1]
906 ad_callee = android_devices[0]
907 if not call_setup_teardown(log, ad_caller, ad_callee, None,
1378 def _call_setup_teardown(log, ad_caller, ad_callee, ad_hangup, argument
1383 return call_setup_teardown(log, ad_caller, ad_callee, ad_hangup,
1411 ad_callee = ads[1]
1414 ad_callee = ads[0]
1418 call_task = (_call_setup_teardown, (log, ad_caller, ad_callee,
1496 ad_callee = ads[1]
1499 ad_callee = ads[0]
[all …]
Dtel_voice_utils.py2173 ad_callee = ads[1]
2177 ad_callee = ads[0]
2182 ad_callee,
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiTeleCoexTest.py394 ad_callee = self.ads[1]
397 ad_callee = self.ads[0]
399 callee_number = tele_utils.get_phone_number(self.log, ad_callee)
411 tele_utils.wait_and_answer_call(self.log, ad_callee, caller_number)