Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveVideoTest.py52 from acts.test_utils.tel.tel_test_utils import verify_incall_state
426 if not verify_incall_state(self.log, [ads[0], ads[1]], True):
770 if not verify_incall_state(self.log, [ads[0], ads[2]], True):
775 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], False):
838 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], True):
909 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], True):
985 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], True):
1062 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], True):
1146 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], True):
1161 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]], True):
[all …]
DTelLiveVoiceConfTest.py50 from acts.test_utils.tel.tel_test_utils import verify_incall_state
163 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]],
234 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]],
280 if not verify_incall_state(self.log, [ads[0], ads[1]], True):
350 if not verify_incall_state(self.log, [ads[0], ads[1], ads[2]],
534 if not verify_incall_state(self.log, [host, second_drop_ad], True):
536 if not verify_incall_state(self.log, [first_drop_ad], False):
543 if not verify_incall_state(
576 if not verify_incall_state(self.log, [host, held_participant_ad],
579 if not verify_incall_state(self.log, [active_participant_ad], False):
[all …]
DTelLiveStressCallTest.py34 from acts.test_utils.tel.tel_test_utils import verify_incall_state
235 if not verify_incall_state(self.log,
DTelWifiVideoTest.py53 from acts.test_utils.tel.tel_test_utils import verify_incall_state
DTelPowerTest.py30 from acts.test_utils.tel.tel_test_utils import verify_incall_state
289 if not verify_incall_state(self.log, [
DTelLiveDataTest.py90 from acts.test_utils.tel.tel_test_utils import verify_incall_state
489 if not verify_incall_state(
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_video_utils.py67 from acts.test_utils.tel.tel_test_utils import verify_incall_state
676 if not verify_incall_state(log, [ad_callee, ad_caller], True):
Dtel_voice_utils.py71 from acts.test_utils.tel.tel_test_utils import verify_incall_state
1286 if not verify_incall_state(log, [ads[0], ads[1], ads[2]], True):
Dtel_test_utils.py2758 def verify_incall_state(log, ads, expected_status): function