Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/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/google/tel/live/
DTelLiveStressCallTest.py61 self.callee = self.android_devices[1]
174 self.log, self.caller, self.callee, ad_hangup=None):
223 self.log, self.callee):
225 reasons = self.callee.search_logcat(
229 self.callee.log.info(reasons[-1]["log_message"])
236 [self.caller, self.callee], True):
244 self.log, self.caller, self.callee, [rand_ascii_str(180)]):
255 self.callee.droid.goToSleepNow()
DTelLiveEmergencyTest.py97 callee = self.fake_emergency_number
103 callee = "+%s" % self.fake_emergency_number
111 dial_result = dialing_func(self.log, self.dut, callee)
123 self.dut.log.info("Call to %s returns %s as expected", callee,
126 self.dut.log.info("Call to %s returns %s", callee,
DTelLiveDataTest.py863 for caller, callee in [(self.provider, self.clients[0]),
866 self.log, caller, callee, ad_hangup=None):
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_voice_utils.py95 callee, argument
119 ads = [caller, callee]
126 if callee_idle_func and not callee_idle_func(log, callee):
127 callee.log.error("Callee Failed to Reselect")
135 log, caller, callee, caller_in_call_check_func, wait_time_in_call):
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_carkit_lib.py92 def setup_multi_call(self, caller0, caller1, callee): argument
93 outgoing_num = get_phone_number(self.log, callee)
97 if not wait_and_answer_call(self.log, callee):
104 if not wait_and_answer_call(self.log, callee):