Searched refs:wait_for_droid_not_in_call (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_phone_setup_utils.py | 1568 if not wait_for_droid_not_in_call(log, ad, max_time=max_time): 1667 if not wait_for_droid_not_in_call(log, ad): 1731 def wait_for_droid_not_in_call(log, ad, max_time=MAX_WAIT_TIME_CALL_DROP): function
|
D | anritsu_utils.py | 51 from acts_contrib.test_utils.tel.tel_phone_setup_utils import wait_for_droid_not_in_call 1430 if not wait_for_droid_not_in_call(log, ad, 1810 if not wait_for_droid_not_in_call(log, ad,
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelWifiVoiceTest.py | 67 from acts_contrib.test_utils.tel.tel_phone_setup_utils import wait_for_droid_not_in_call 414 if not wait_for_droid_not_in_call(self.log, self.android_devices[0],
|