Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py2014 def call_reject(log, ad_caller, ad_callee, reject=True): argument
2020 subid_callee = ad_callee.incoming_voice_sub_id
2023 return call_reject_for_subscription(log, ad_caller, ad_callee,
2029 ad_callee, argument
2038 callee_number = ad_callee.telephony['subscription'][subid_callee][
2047 log, ad_callee, subid_callee, caller_number, WAIT_TIME_REJECT_CALL,
2049 ad_callee.log.error("Reject call fail.")
2052 if ad_callee.droid.telephonyGetCallStateForSubscription(
2054 ad_callee.log.error("Incoming call is not cleared")
2063 ad_callee, argument
[all …]
Dtel_video_utils.py522 ad_callee, argument
560 log, ad_caller, ad_callee, get_outgoing_voice_sub_id(ad_caller),
561 get_incoming_voice_sub_id(ad_callee), ad_hangup, video_state,
569 ad_callee, argument
613 ad_callee,
626 ad_callee, argument
650 log, ad_caller, ad_callee, get_outgoing_voice_sub_id(ad_caller),
651 get_incoming_voice_sub_id(ad_callee), video_state, incall_ui_display)
657 ad_callee, argument
689 ad_callee,
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveGFTDSDSSupplementaryServiceTest.py462 ad_callee = ads[0]
467 self.log, ad_callee, callee_slot)
469 ad_callee.log.warning(
473 self.log, ad_callee, 1-callee_slot)
474 set_incoming_voice_sub_id(ad_callee, callee_sub_id)
478 ad_callee.log.warning(
482 set_incoming_voice_sub_id(ad_callee, callee_sub_id)
483 ad_callee.log.info(
485 callee_slot, get_incoming_voice_sub_id(ad_callee))
660 self.log, ad_callee, callee_other_sub_id)
[all …]
DTelLiveVoiceTest.py3244 def _test_call_hangup_while_ringing(self, ad_caller, ad_callee): argument
3257 callee_number = ad_callee.telephony['subscription'][
3258 get_incoming_voice_sub_id(ad_callee)]['phone_num']
3261 (phone_setup_voice_general, (self.log, ad_callee))]
3275 if not wait_for_ringing_call(self.log, ad_callee, caller_number):
3276 ad_callee.log.error("Phone never rang.")
3339 def _call_setup_teardown(log, ad_caller, ad_callee, ad_hangup, argument
3344 return call_setup_teardown(log, ad_caller, ad_callee, ad_hangup,
3367 ad_callee = ads[1]
3370 ad_callee = ads[0]
[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):
DTelLiveDataTest.py662 ad_callee = self.android_devices[1]
665 ad_callee = self.android_devices[0]
666 if not call_setup_teardown(self.log, ad_caller, ad_callee, None,
2956 ad_callee = self.clients[0]
2959 ad_callee = self.provider
2960 if not call_setup_teardown(self.log, ad_caller, ad_callee, None,
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):
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):