Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveVoiceTest.py96 from acts.test_utils.tel.tel_voice_utils import two_phone_call_leave_voice_mail
2738 return two_phone_call_leave_voice_mail(self.log, ads[1], None, None,
2766 return two_phone_call_leave_voice_mail(self.log, ads[0], None, None,
2794 return two_phone_call_leave_voice_mail(self.log, ads[1], None, None,
2822 return two_phone_call_leave_voice_mail(self.log, ads[1], None, None,
2852 return two_phone_call_leave_voice_mail(self.log, ads[1], None, None,
2882 return two_phone_call_leave_voice_mail(self.log, ads[1], None, None,
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_voice_utils.py103 def two_phone_call_leave_voice_mail( function