Searched refs:is_phone_not_in_call (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveCBRSTest.py | 37 from acts.test_utils.tel.tel_test_utils import is_phone_not_in_call 193 if is_phone_not_in_call(self.log, ads[1]): 208 if is_phone_not_in_call(self.log, ads[1]):
|
D | TelLiveDSDSVoiceTest.py | 68 from acts.test_utils.tel.tel_test_utils import is_phone_not_in_call 238 if is_phone_not_in_call(self.log, ads[1]): 253 if is_phone_not_in_call(self.log, ads[1]):
|
D | TelWifiVoiceTest.py | 67 from acts.test_utils.tel.tel_test_utils import is_phone_not_in_call 320 if is_phone_not_in_call(self.log, ads[1]): 327 if is_phone_not_in_call(self.log, ads[1]): 3128 if is_phone_not_in_call(self.log, self.android_devices[0]):
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 5368 def is_phone_not_in_call(log, ad): function 5470 return _wait_for_droid_in_state(log, ad, max_time, is_phone_not_in_call)
|