Home
last modified time | relevance | path

Searched refs:callee (Results 1 – 11 of 11) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/
DNsa5gSettingsTest.py105 caller, callee = self.android_devices[0], self.android_devices[1]
107 return att_apn_test(self.log, caller, callee, GEN_5G, nr_type='nsa', msg_type='sms')
128 caller, callee = self.android_devices[0], self.android_devices[1]
130 return att_apn_test(self.log, caller, callee, GEN_5G, nr_type='nsa', msg_type='mms')
151 caller, callee = self.android_devices[0], self.android_devices[1]
153 return tmo_apn_test(self.log, caller, callee, GEN_5G, nr_type='nsa', msg_type='sms')
174 caller, callee = self.android_devices[0], self.android_devices[1]
176 return tmo_apn_test(self.log, caller, callee, GEN_5G, nr_type='nsa', msg_type='mms')
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_ops_utils.py24 def initiate_call_verify_operation(log, caller, callee, download=False): argument
39 callee_number = callee.telephony['subscription'][get_outgoing_voice_sub_id(
40 callee)]['phone_num']
45 if not wait_and_answer_call(log, callee, caller_number):
46 callee.log.error(
Dtel_settings_utils.py296 def att_apn_test(log, caller, callee, nw_gen, nr_type=None, msg_type=None): argument
384 callee,
389 def tmo_apn_test(log, caller, callee, nw_gen, nr_type=None, msg_type=None): argument
489 callee,
Dtel_bt_utils.py93 for caller, callee in [(provider, clients[0]),
96 log, caller, callee, ad_hangup=None):
Dtel_voice_utils.py945 callee, argument
969 ads = [caller, callee]
976 if callee_idle_func and not callee_idle_func(log, callee):
977 callee.log.error("Callee Failed to Reselect")
985 log, caller, callee, caller_in_call_check_func, wait_time_in_call):
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/
DBtCarHfpTest.py270 def dial_a_hangup_b(self, caller, callee, ph=""): argument
287 if callee != self.ag and callee != self.hf:
292 if callee != self.re:
328 self.log, callee, call_state_dialing_or_active)
337 if not car_telecom_utils.hangup_call(self.log, callee,
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveSettingsTest.py404 caller, callee = self.android_devices[0], self.android_devices[1]
406 return att_apn_test(self.log, caller, callee, GEN_4G, msg_type='sms')
427 caller, callee = self.android_devices[0], self.android_devices[1]
429 return att_apn_test(self.log, caller, callee, GEN_4G, msg_type='mms')
450 caller, callee = self.android_devices[0], self.android_devices[1]
452 return tmo_apn_test(self.log, caller, callee, GEN_4G, msg_type='sms')
473 caller, callee = self.android_devices[0], self.android_devices[1]
475 return tmo_apn_test(self.log, caller, callee, GEN_4G, msg_type='mms')
DTelLiveStressCallTest.py61 self.callee = self.android_devices[1]
176 … self.log, self.caller, self.callee, ad_hangup=None, wait_time_in_call=phone_call_duration):
226 self.log, self.callee):
228 last_call_drop_reason(self.callee, begin_time)
233 [self.caller, self.callee], True):
241 self.log, self.caller, self.callee, [rand_ascii_str(180)]):
255 self.callee.droid.goToSleepNow()
DTelLiveEmergencyBase.py157 callee = self.fake_emergency_number
163 callee = "+%s" % self.fake_emergency_number
172 call_result = dialing_func(self.log, self.dut, callee)
182 self.dut.log.info("Call to %s returns %s as expected", callee,
185 self.dut.log.info("Call to %s returns %s", callee,
252 callee = "+%s" % self.fake_emergency_number
253 self.dut.droid.telecomCallNumber(callee)
DTelLivePreflightTest.py170 callee = self.android_devices[1]
172 self.log, caller, callee, caller,
174 self._get_call_verification_function(callee)) and result
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_carkit_lib.py91 def setup_multi_call(self, caller0, caller1, callee): argument
92 outgoing_num = get_phone_number(self.log, callee)
96 if not wait_and_answer_call(self.log, callee):
103 if not wait_and_answer_call(self.log, callee):