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.py35 from acts_contrib.test_utils.tel.tel_phone_setup_utils import is_phone_not_in_call
192 if is_phone_not_in_call(self.log, ads[1]):
207 if is_phone_not_in_call(self.log, ads[1]):
DTelLiveDSDSVoiceTest.py35 from acts_contrib.test_utils.tel.tel_phone_setup_utils import is_phone_not_in_call
189 if is_phone_not_in_call(self.log, ads[1]):
204 if is_phone_not_in_call(self.log, ads[1]):
DTelWifiVoiceTest.py60 from acts_contrib.test_utils.tel.tel_phone_setup_utils import is_phone_not_in_call
316 if is_phone_not_in_call(self.log, ads[1]):
323 if is_phone_not_in_call(self.log, ads[1]):
3124 if is_phone_not_in_call(self.log, self.android_devices[0]):
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_phone_setup_utils.py1714 def is_phone_not_in_call(log, ad): function
1743 return _wait_for_droid_in_state(log, ad, max_time, is_phone_not_in_call)