Home
last modified time | relevance | path

Searched refs:two_phone_call_leave_voice_mail (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveVoiceTest.py82 from acts_contrib.test_utils.tel.tel_voice_utils import two_phone_call_leave_voice_mail
2691 return two_phone_call_leave_voice_mail(self.log, ads[1], None, None,
2719 return two_phone_call_leave_voice_mail(self.log, ads[0], None, None,
2748 return two_phone_call_leave_voice_mail(self.log, ads[1], None, None,
2777 return two_phone_call_leave_voice_mail(self.log, ads[1], None, None,
2807 return two_phone_call_leave_voice_mail(self.log, ads[1], None, None,
2837 return two_phone_call_leave_voice_mail(self.log, ads[1], None, None,
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/
DNsa5gVoiceTest.py71 from acts_contrib.test_utils.tel.tel_voice_utils import two_phone_call_leave_voice_mail
801 return two_phone_call_leave_voice_mail(self.log, ads[1], None, None,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_voice_utils.py940 def two_phone_call_leave_voice_mail( function