Searched refs:verify_5g_attach_for_both_devices (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/ |
D | Nsa5gMmsTest.py | 40 from acts_contrib.test_utils.tel.tel_5g_test_utils import verify_5g_attach_for_both_devices 98 if not verify_5g_attach_for_both_devices(self.log, ads): 130 if not verify_5g_attach_for_both_devices(self.log, ads): 171 if not verify_5g_attach_for_both_devices(self.log, ads): 249 if not verify_5g_attach_for_both_devices(self.log, ads): 338 if not verify_5g_attach_for_both_devices(self.log, ads):
|
D | Nsa5gSmsTest.py | 42 from acts_contrib.test_utils.tel.tel_5g_test_utils import verify_5g_attach_for_both_devices 86 if not verify_5g_attach_for_both_devices(self.log, ads): 182 if not verify_5g_attach_for_both_devices(self.log, ads): 284 if not verify_5g_attach_for_both_devices(self.log, ads): 429 if not verify_5g_attach_for_both_devices(self.log, ads):
|
D | Nsa5gVoiceTest.py | 70 from acts_contrib.test_utils.tel.tel_5g_test_utils import verify_5g_attach_for_both_devices 129 if not verify_5g_attach_for_both_devices(self.log, ads): 207 if not verify_5g_attach_for_both_devices(self.log, ads): 239 if not verify_5g_attach_for_both_devices(self.log, ads): 327 if not verify_5g_attach_for_both_devices(self.log, ads): 355 if not verify_5g_attach_for_both_devices(self.log, ads):
|
/tools/test/connectivity/acts_tests/tests/google/nr/sa5g/ |
D | Sa5gSmsTest.py | 27 from acts_contrib.test_utils.tel.tel_5g_test_utils import verify_5g_attach_for_both_devices 66 if not verify_5g_attach_for_both_devices(self.log, ads, True):
|
D | Sa5gMmsTest.py | 28 from acts_contrib.test_utils.tel.tel_5g_test_utils import verify_5g_attach_for_both_devices 68 if not verify_5g_attach_for_both_devices(self.log, ads, True):
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_5g_test_utils.py | 172 def verify_5g_attach_for_both_devices(log, ads, sa_5g=False, nsa_mmwave=False): function
|
D | tel_data_utils.py | 99 from acts_contrib.test_utils.tel.tel_5g_test_utils import verify_5g_attach_for_both_devices 1591 if nw_gen == GEN_5G and not verify_5g_attach_for_both_devices(log, ads, sa_5g):
|