Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/
DNsa5gVoiceTest.py46 from acts_contrib.test_utils.tel.tel_voice_utils import _test_call_long_duration
901 return _test_call_long_duration(self.log, ads,
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveVoiceTest.py76 from acts_contrib.test_utils.tel.tel_voice_utils import _test_call_long_duration
2972 return _test_call_long_duration(self.log, ads,
3002 return _test_call_long_duration(self.log, ads,
3030 return _test_call_long_duration(self.log, ads,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_voice_utils.py2200 def _test_call_long_duration(log, ads, dut_incall_check_func, total_duration): function