Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
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,
Dtel_test_utils.py1927 def call_reject(log, ad_caller, ad_callee, reject=True): argument
1933 subid_callee = ad_callee.incoming_voice_sub_id
1936 return call_reject_for_subscription(log, ad_caller, ad_callee,
1942 ad_callee, argument
1951 callee_number = ad_callee.telephony['subscription'][subid_callee][
1960 log, ad_callee, subid_callee, caller_number, WAIT_TIME_REJECT_CALL,
1962 ad_callee.log.error("Reject call fail.")
1965 if ad_callee.droid.telephonyGetCallStateForSubscription(
1967 ad_callee.log.error("Incoming call is not cleared")
1976 ad_callee, argument
[all …]
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveCBRSTest.py135 ad_callee = ads[1]
137 callee_number = get_phone_number(self.log, ad_callee)
142 ad_callee = ads[0]
144 callee_number = get_phone_number(self.log, ad_callee)
176 if not wait_and_answer_call(self.log, ad_callee, caller_number):
DTelLiveVoiceTest.py3136 def _test_call_hangup_while_ringing(self, ad_caller, ad_callee): argument
3149 callee_number = ad_callee.telephony['subscription'][
3150 get_incoming_voice_sub_id(ad_callee)]['phone_num']
3153 (phone_setup_voice_general, (self.log, ad_callee))]
3167 if not wait_for_ringing_call(self.log, ad_callee, caller_number):
3168 ad_callee.log.error("Phone never rang.")
3231 def _call_setup_teardown(log, ad_caller, ad_callee, ad_hangup, argument
3236 return call_setup_teardown(log, ad_caller, ad_callee, ad_hangup,
3259 ad_callee = ads[1]
3262 ad_callee = ads[0]
[all …]
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):
DTelLiveDataTest.py533 ad_callee = self.android_devices[1]
536 ad_callee = self.android_devices[0]
537 if not call_setup_teardown(self.log, ad_caller, ad_callee, None,
2764 ad_callee = self.clients[0]
2767 ad_callee = self.provider
2768 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):