Home
last modified time | relevance | path

Searched refs:wait_for_droid_not_in_call (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Danritsu_utils.py52 from acts.test_utils.tel.tel_test_utils import wait_for_droid_not_in_call
1444 if not wait_for_droid_not_in_call(log, ad,
1824 if not wait_for_droid_not_in_call(log, ad,
Dtel_test_utils.py5458 def wait_for_droid_not_in_call(log, ad, max_time=MAX_WAIT_TIME_CALL_DROP): function
6885 if not wait_for_droid_not_in_call(log, ad, max_time=max_time):
6962 if not wait_for_droid_not_in_call(log, ad):
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelWifiVoiceTest.py73 from acts.test_utils.tel.tel_test_utils import wait_for_droid_not_in_call
418 if not wait_for_droid_not_in_call(self.log, self.android_devices[0],
DTelLiveDSDSVoiceTest.py74 from acts.test_utils.tel.tel_test_utils import wait_for_droid_not_in_call