Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_voice_conf_utils.py31 from acts_contrib.test_utils.tel.tel_test_utils import verify_incall_state
104 if not verify_incall_state(log, [ads[0], ads[1], ads[2]],
245 if not verify_incall_state(log, [ads[0], ads[1], ads[2]], True):
296 if not verify_incall_state(log, [ads[0], ads[1]], True):
298 if not verify_incall_state(log, [ads[2]], False):
305 if not verify_incall_state(log, [ads[0], ads[1], ads[2]], False):
352 if not verify_incall_state(log, [ads[0], ads[1]], True):
354 if not verify_incall_state(log, [ads[2]], False):
372 if not verify_incall_state(log, [ads[0], ads[1], ads[2]], False):
404 if not verify_incall_state(log, [ads[0], ads[2]], True):
[all …]
Dtel_voice_utils.py87 from acts_contrib.test_utils.tel.tel_test_utils import verify_incall_state
1886 if not verify_incall_state(log, [ads[0], ads[1], ads[2]], True):
Dtel_video_utils.py68 from acts_contrib.test_utils.tel.tel_test_utils import verify_incall_state
Dtel_data_utils.py78 from acts_contrib.test_utils.tel.tel_test_utils import verify_incall_state
946 if not verify_incall_state(
Dtel_test_utils.py4929 def verify_incall_state(log, ads, expected_status): function
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveVideoTest.py58 from acts_contrib.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 …]
DTelLiveGFTDSDSWfcSupplementaryServiceTest.py51 from acts_contrib.test_utils.tel.tel_test_utils import verify_incall_state
223 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]],
265 if not verify_incall_state(self.log, [ads[0], ads[1]], True):
267 if not verify_incall_state(self.log, [ads[2]], False):
274 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], False):
344 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], True):
401 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], True):
420 if not verify_incall_state(self.log, [ads[0], ads[1]], True):
422 if not verify_incall_state(self.log, [ads[2]], False):
429 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], False):
DTelLiveGFTDSDSSupplementaryServiceTest.py48 from acts_contrib.test_utils.tel.tel_test_utils import verify_incall_state
196 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]],
238 if not verify_incall_state(self.log, [ads[0], ads[1]], True):
240 if not verify_incall_state(self.log, [ads[2]], False):
247 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], False):
316 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], True):
371 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], True):
389 if not verify_incall_state(self.log, [ads[0], ads[1]], True):
391 if not verify_incall_state(self.log, [ads[2]], False):
398 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], False):
DTelLiveVoiceConfTest.py41 from acts_contrib.test_utils.tel.tel_test_utils import verify_incall_state
139 if not verify_incall_state(self.log, [ads[0], ads[1]], True):
323 if not verify_incall_state(self.log, [host, second_drop_ad], True):
325 if not verify_incall_state(self.log, [first_drop_ad], False):
332 if not verify_incall_state(
366 if not verify_incall_state(self.log, [host, held_participant_ad],
369 if not verify_incall_state(self.log, [active_participant_ad], False):
376 if not verify_incall_state(
401 if not verify_incall_state(self.log, [host], False):
403 if not verify_incall_state(self.log, participant_list, False):
[all …]
DTelLiveStressCallTest.py36 from acts_contrib.test_utils.tel.tel_test_utils import verify_incall_state
224 if not verify_incall_state(self.log,
DTelWifiVideoTest.py53 from acts_contrib.test_utils.tel.tel_test_utils import verify_incall_state