Searched refs:verify_5g_attach_for_both_devices (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/nr/sa5g/ |
D | Sa5gSmsTest.py | 26 from acts_contrib.test_utils.tel.tel_5g_test_utils import verify_5g_attach_for_both_devices 63 if not verify_5g_attach_for_both_devices(self.log, ads, nr_type='sa'):
|
D | Sa5gMmsTest.py | 25 from acts_contrib.test_utils.tel.tel_5g_test_utils import verify_5g_attach_for_both_devices 64 if not verify_5g_attach_for_both_devices(self.log, ads, nr_type='sa'):
|
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/ |
D | Nsa5gVoiceTest.py | 37 from acts_contrib.test_utils.tel.tel_5g_test_utils import verify_5g_attach_for_both_devices 136 if not verify_5g_attach_for_both_devices(self.log, ads, nr_type='nsa'): 209 if not verify_5g_attach_for_both_devices(self.log, ads, nr_type='nsa'): 239 if not verify_5g_attach_for_both_devices(self.log, ads, nr_type='nsa'):
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_5g_test_utils.py | 187 def verify_5g_attach_for_both_devices(log, ads, nr_type = None, mmwave = None): function
|
D | tel_data_utils.py | 69 from acts_contrib.test_utils.tel.tel_5g_test_utils import verify_5g_attach_for_both_devices 1486 if nw_gen == GEN_5G and not verify_5g_attach_for_both_devices(
|