HomeSort by relevance Sort by last modified time
    Searched refs:verify_incall_state (Results 1 - 10 of 10) sorted by null

  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveVideoTest.py 52 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):
    [all...]
TelLiveVoiceConfTest.py 50 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...]
TelLiveStressCallTest.py 34 from acts.test_utils.tel.tel_test_utils import verify_incall_state
235 if not verify_incall_state(self.log,
TelWifiVideoTest.py 53 from acts.test_utils.tel.tel_test_utils import verify_incall_state
TelPowerTest.py 30 from acts.test_utils.tel.tel_test_utils import verify_incall_state
289 if not verify_incall_state(self.log, [
    [all...]
TelLiveDataTest.py 90 from acts.test_utils.tel.tel_test_utils import verify_incall_state
489 if not verify_incall_state(
    [all...]
TelLiveVoiceTest.py 63 from acts.test_utils.tel.tel_test_utils import verify_incall_state
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_video_utils.py 67 from acts.test_utils.tel.tel_test_utils import verify_incall_state
676 if not verify_incall_state(log, [ad_callee, ad_caller], True):
    [all...]
tel_voice_utils.py 71 from acts.test_utils.tel.tel_test_utils import verify_incall_state
    [all...]
tel_test_utils.py 2758 def verify_incall_state(log, ads, expected_status): function
    [all...]

Completed in 747 milliseconds