Home
last modified time | relevance | path

Searched refs:initiate_call (Results 1 – 25 of 29) sorted by relevance

12

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_ops_utils.py20 from acts_contrib.test_utils.tel.tel_voice_utils import initiate_call
41 if not initiate_call(log, caller, callee_number):
Dgft_inout_utils.py30 from acts_contrib.test_utils.tel.tel_voice_utils import initiate_call
143 if initiate_call(log, ad, callee_number):
Dtel_ss_utils.py43 from acts_contrib.test_utils.tel.tel_voice_utils import initiate_call
268 if not initiate_call(
1043 if not initiate_call(
1110 if not initiate_call(
1159 if not initiate_call(
Dtel_video_utils.py53 from acts_contrib.test_utils.tel.tel_voice_utils import initiate_call
465 return initiate_call(log, ad_caller, callee_number, video=True)
Dtel_voice_conf_utils.py37 from acts_contrib.test_utils.tel.tel_voice_utils import initiate_call
577 if not initiate_call(
Dtel_voice_utils.py354 def initiate_call(log, function
454 if not initiate_call(log, ad_caller, callee_number):
585 if not initiate_call(log, ad_caller, callee_number):
695 if not initiate_call(log, ad, voice_mail_number):
854 if not initiate_call(
Danritsu_utils.py53 from acts_contrib.test_utils.tel.tel_voice_utils import initiate_call
1397 if not initiate_call(log, ad, callee_number, is_emergency):
1532 if not initiate_call(log, ad, callee_number, is_emergency):
1637 if not initiate_call(log, ad, callee_number, is_emergency):
1750 if not initiate_call(log, ad, callee_number, is_emergency):
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/
Dcellular_voice_call_power_test.py23 from acts_contrib.test_utils.tel.tel_voice_utils import initiate_call, hangup_call
62 initiate_call(self.log, self.dut, "+11112223333")
Dcellular_volte_power_test.py24 from acts_contrib.test_utils.tel.tel_voice_utils import initiate_call, hangup_call
Dims_api_connector_utils.py313 def initiate_call(self, callee_number: str, call_line_idx: int = 0): member in ImsApiConnector
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_carkit_lib.py33 from acts_contrib.test_utils.tel.tel_voice_utils import initiate_call
93 if not initiate_call(self.log, caller0, outgoing_num):
100 if not initiate_call(self.log, caller1, outgoing_num):
268 if not initiate_call(self.log, pri_dut, outgoing_num):
290 if not initiate_call(self.log, pri_dut, outgoing_num):
311 if not initiate_call(self.log, pri_dut, outgoing_num):
329 if not initiate_call(self.log, ter_dut, outgoing_num):
348 if not initiate_call(self.log, ter_dut, outgoing_num):
369 if not initiate_call(self.log, pri_dut, outgoing_num):
394 if not initiate_call(self.log, pri_dut, outgoing_num):
[all …]
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/
DBtCarHfpConferenceTest.py30 from acts_contrib.test_utils.tel.tel_voice_utils import initiate_call
89 if not initiate_call(self.log, self.ag, self.re_phone_number):
122 if not initiate_call(self.log, self.ag, self.re2_phone_number):
DBtCarHfpConnectionTest.py29 from acts_contrib.test_utils.tel.tel_voice_utils import initiate_call
82 if not initiate_call(self.log, self.ag, self.re_phone_number):
151 if not initiate_call(self.log, self.ag, self.re_phone_number):
/tools/test/connectivity/acts_tests/tests/google/coex/performance_tests/
DWlanWithHfpPerformanceTest.py26 from acts_contrib.test_utils.tel.tel_voice_utils import initiate_call
66 if not initiate_call(self.log, self.sec_ad, self.ag_phone_number):
DCoexBtMultiProfilePerformanceTest.py37 from acts_contrib.test_utils.tel.tel_voice_utils import initiate_call
81 if not initiate_call(self.log, self.pri_ad, self.re_phone_number):
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabGFTModemConnectivityHelperTest.py25 from acts_contrib.test_utils.tel.tel_voice_utils import initiate_call
137 if not initiate_call(self.log, ad, mt):
/tools/test/connectivity/acts_tests/tests/google/coex/functionality_tests/
DWlanWithHfpFunctionalityTest.py31 from acts_contrib.test_utils.tel.tel_voice_utils import initiate_call
72 if not initiate_call(self.log, self.sec_ad, self.ag_phone_number):
/tools/test/connectivity/acts_tests/tests/google/power/tel/
DPowerTelIms_Preset_Test.py122 self.ims_client.initiate_call(self.ue_number)
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveEmergencyBase.py40 from acts_contrib.test_utils.tel.tel_voice_utils import initiate_call
159 dialing_func = initiate_call
DTelLiveCBRSTest.py58 from acts_contrib.test_utils.tel.tel_voice_utils import initiate_call
180 if not initiate_call(self.log, ad_caller, callee_number):
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dapollo_acts.py22 from acts.controllers.android_lib.tel.tel_utils import initiate_call
280 initiate_call(self.logger, calling_phone, number_to_call)
/tools/test/connectivity/acts_tests/tests/google/gnss/
DGnssSuplTest.py18 from acts_contrib.test_utils.tel.tel_voice_utils import initiate_call
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/tel/
Dtel_utils.py222 def initiate_call(log, function
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiTeleCoexTest.py405 tele_utils.initiate_call(self.log, ad_caller, callee_number)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Dcoex_test_utils.py54 from acts_contrib.test_utils.tel.tel_voice_utils import initiate_call
503 if not initiate_call(logging, pri_ad, callee_number):

12