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.py90 from acts_contrib.test_utils.tel.tel_voice_utils import two_phone_call_leave_voice_mail
2647 return two_phone_call_leave_voice_mail(self.log, ads[1], None, None,
2675 return two_phone_call_leave_voice_mail(self.log, ads[0], None, None,
2703 return two_phone_call_leave_voice_mail(self.log, ads[1], None, None,
2731 return two_phone_call_leave_voice_mail(self.log, ads[1], None, None,
2761 return two_phone_call_leave_voice_mail(self.log, ads[1], None, None,
2791 return two_phone_call_leave_voice_mail(self.log, ads[1], None, None,
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/
DNsa5gVoiceTest.py63 from acts_contrib.test_utils.tel.tel_voice_utils import two_phone_call_leave_voice_mail
869 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.py114 def two_phone_call_leave_voice_mail( function