Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/bt/car_bt/
DBtCarHfpConnectionTest.py115 ret &= car_telecom_utils.wait_for_not_in_call(self.log, self.hf)
116 ret &= car_telecom_utils.wait_for_not_in_call(self.log, self.ag)
117 ret &= car_telecom_utils.wait_for_not_in_call(self.log, self.re)
195 ret &= car_telecom_utils.wait_for_not_in_call(self.log, self.hf)
196 ret &= car_telecom_utils.wait_for_not_in_call(self.log, self.ag)
197 ret &= car_telecom_utils.wait_for_not_in_call(self.log, self.re)
269 if not car_telecom_utils.wait_for_not_in_call(self.log, self.hf):
294 ret &= car_telecom_utils.wait_for_not_in_call(self.log, self.hf)
295 ret &= car_telecom_utils.wait_for_not_in_call(self.log, self.ag)
296 ret &= car_telecom_utils.wait_for_not_in_call(self.log, self.re)
DBtCarHfpFuzzTest.py94 if not car_telecom_utils.wait_for_not_in_call(self.log, d):
118 if not car_telecom_utils.wait_for_not_in_call(self.log, d):
DBtCarHfpTest.py344 ret &= tel_telecom_utils.wait_for_not_in_call(self.log, d)
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py50 from acts.test_utils.car.car_telecom_utils import wait_for_not_in_call
478 flag &= wait_for_not_in_call(logging, pri_ad)
479 flag &= wait_for_not_in_call(logging, sec_ad)
531 flag &= wait_for_not_in_call(logging, pri_ad)
532 flag &= wait_for_not_in_call(logging, sec_ad)
/tools/test/connectivity/acts/framework/acts/test_utils/car/
Dtel_telecom_utils.py152 def wait_for_not_in_call(log, ad): function
Dcar_telecom_utils.py238 def wait_for_not_in_call(log, ad): function