Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveSmsTest.py64 from acts_contrib.test_utils.tel.tel_sms_utils import _sms_test_mt
134 if not _sms_test_mt(self.log, ads):
187 if not _sms_test_mt(self.log, ads):
240 if not _sms_test_mt(self.log, ads):
361 return _sms_test_mt(self.log, ads)
456 return _sms_test_mt(self.log, ads)
604 return _sms_test_mt(self.log, ads)
858 return _sms_test_mt(self.log, ads)
1055 return _sms_test_mt(self.log, ads)
1321 if not _sms_test_mt(self.log, ads):
[all …]
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/
DNsa5gSmsTest.py47 from acts_contrib.test_utils.tel.tel_sms_utils import _sms_test_mt
143 if not _sms_test_mt(self.log, ads):
247 if not _sms_test_mt(self.log, ads):
685 if not _sms_test_mt(self.log, ads):
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_sms_utils.py76 def _sms_test_mt(log, ads): function