Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveCBRSTest.py37 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]):
DTelLiveDSDSVoiceTest.py68 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]):
DTelWifiVoiceTest.py67 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/
Dtel_test_utils.py5368 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)