Searched refs:wait_for_not_in_call (Results 1 – 6 of 6) sorted by relevance
/tools/test/connectivity/acts/tests/google/bt/car_bt/ |
D | BtCarHfpConnectionTest.py | 115 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)
|
D | BtCarHfpFuzzTest.py | 94 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):
|
D | BtCarHfpTest.py | 344 ret &= tel_telecom_utils.wait_for_not_in_call(self.log, d)
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | coex_test_utils.py | 50 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/ |
D | tel_telecom_utils.py | 152 def wait_for_not_in_call(log, ad): function
|
D | car_telecom_utils.py | 238 def wait_for_not_in_call(log, ad): function
|