Home
last modified time | relevance | path

Searched refs:hangup_call (Results 1 – 25 of 37) sorted by relevance

12

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_carkit_lib.py30 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
276 if not hangup_call(self.log, pri_dut):
298 if not hangup_call(self.log, pri_dut):
319 if not hangup_call(self.log, pri_dut):
337 if not hangup_call(self.log, ter_dut):
356 if not hangup_call(self.log, ter_dut):
376 if not hangup_call(self.log, pri_dut):
404 if not hangup_call(self.log, pri_dut):
449 if not hangup_call(self.log, pri_dut):
506 if not hangup_call(self.log, sec_dut):
[all …]
/tools/test/connectivity/acts_tests/tests/google/coex/stress_tests/
DCoexHfpStressTest.py29 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
94 if not hangup_call(self.log, self.pri_ad):
118 hangup_call(self.log, self.pri_ad)
124 hangup_call(self.log, self.pri_ad)
126 if not hangup_call(self.log, self.pri_ad):
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/
Dcellular_voice_call_power_test.py22 from acts_contrib.test_utils.tel.tel_test_utils import initiate_call, hangup_call, set_phone_silent…
76 hangup_call(self.log, self.dut)
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveVideoDataTest.py21 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
77 return hangup_call(self.log, ads[0])
DTelLiveSmokeTest.py37 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
124 hangup_call(self.log, ads[0])):
199 hangup_call(self.log, ads[0])):
269 hangup_call(self.log, ads[0])):
333 hangup_call(self.log, ads[0])):
DTelLiveStressCallTest.py32 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
181 hangup_call(self.log, ad)
DTelWifiVideoTest.py49 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
DTelLiveConnectivityMonitorBaseTest.py40 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
336 hangup_call(self.log, self.ad_reference)
546 hangup_call(self.log, ad)
DTelLiveGFTDSDSVoiceTest.py37 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
61 if not hangup_call(self.log, ad):
DTelLiveStressTest.py64 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
556 hangup_call(self.log, ads[0])
564 if not hangup_call(self.log, ads[0]):
1015 hangup_call(self.log, self.dut)
1019 hangup_call(self.log, ad)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_sms_utils.py22 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
113 if not hangup_call(log, ads[0]):
DGFTInOutBaseTest.py45 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
80 hangup_call(self.log, ad)
Dtel_data_utils.py67 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
950 if not hangup_call(log, android_devices[0]):
960 hangup_call(log, android_devices[0])
1134 hangup_call(log, caller)
1144 hangup_call(log, caller)
1270 hangup_call(log, provider)
1287 hangup_call(log, provider)
2009 hangup_call(log, ads[0])
Dtel_voice_conf_utils.py28 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
260 if not hangup_call(log, ad):
/tools/test/connectivity/acts_tests/tests/google/coex/performance_tests/
DWlanWithHfpPerformanceTest.py25 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
76 if not hangup_call(self.log, self.pri_ad):
DCoexBtMultiProfilePerformanceTest.py36 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
96 if not hangup_call(self.log, self.pri_ad):
/tools/test/connectivity/acts_tests/tests/google/coex/functionality_tests/
DWlanWithHfpFunctionalityTest.py30 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
78 if not hangup_call(self.log, self.pri_ad):
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabGFTModemConnectivityHelperTest.py38 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
DTelLabGFTVoWifiTest.py46 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/
DBtCarHfpConferenceTest.py29 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
DBtCarHfpTest.py337 if not car_telecom_utils.hangup_call(self.log, callee,
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/
DNsa5gSmsTest.py28 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
178 if not hangup_call(self.log, ads[0]):
DNsa5gVoiceTest.py41 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
351 hangup_call(self.log, ads[0])
988 hangup_call(self.log, ads[0])
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/car/
Dtel_telecom_utils.py110 def hangup_call(log, ad, call_id): function
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Dcoex_test_utils.py53 from acts_contrib.test_utils.tel.tel_test_utils import hangup_call
473 if not hangup_call(logging, pri_ad):
526 if not hangup_call(logging, pri_ad):

12