Home
last modified time | relevance | path

Searched refs:verify_incall_state (Results 1 – 8 of 8) sorted by relevance

/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveVideoTest.py58 from acts.test_utils.tel.tel_test_utils import verify_incall_state
437 if not verify_incall_state(self.log, [ads[0], ads[1]], True):
781 if not verify_incall_state(self.log, [ads[0], ads[2]], True):
786 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], False):
849 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], True):
920 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], True):
996 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], True):
1073 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], True):
1157 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], True):
1172 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], True):
[all …]
DTelLiveStressCallTest.py35 from acts.test_utils.tel.tel_test_utils import verify_incall_state
225 if not verify_incall_state(self.log,
DTelWifiVideoTest.py53 from acts.test_utils.tel.tel_test_utils import verify_incall_state
DTelLiveDataTest.py91 from acts.test_utils.tel.tel_test_utils import verify_incall_state
576 if not verify_incall_state(
DTelLiveVoiceTest.py67 from acts.test_utils.tel.tel_test_utils import verify_incall_state
1999 if not verify_incall_state(self.log, [ads[0], ads[1]], True):
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_voice_utils.py79 from acts.test_utils.tel.tel_test_utils import verify_incall_state
1483 if not verify_incall_state(log, [ads[0], ads[1], ads[2]], True):
Dtel_video_utils.py68 from acts.test_utils.tel.tel_test_utils import verify_incall_state
Dtel_test_utils.py4295 def verify_incall_state(log, ads, expected_status): function