Searched refs:is_current_network_5g (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/nr/sa5g/ |
D | Sa5gDataTest.py | 29 from acts_contrib.test_utils.tel.tel_5g_utils import is_current_network_5g 87 if is_current_network_5g(ad, nr_type = 'sa'):
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_5g_utils.py | 112 def is_current_network_5g(ad, sub_id = None, nr_type = None, mmwave = None, function
|
D | tel_settings_utils.py | 193 if not is_current_network_5g(ad, nr_type=nr_type, timeout=60): 251 if not is_current_network_5g(ad, nr_type=nr_type, timeout=60):
|
D | tel_phone_setup_utils.py | 54 from acts_contrib.test_utils.tel.tel_5g_utils import is_current_network_5g 761 if not is_current_network_5g(ad, sub_id=sub_id, nr_type=nr_type): 846 if not is_current_network_5g(ad, sub_id=sub_id, nr_type=nr_type): 1413 if is_current_network_5g(ad, sub_id=sub_id, nr_type=nr_type): 1538 if is_current_network_5g(ad, sub_id=sub_id, nr_type=nr_type):
|
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5gmmw/ |
D | Nsa5gMmwDataTest.py | 31 from acts_contrib.test_utils.tel.tel_5g_utils import is_current_network_5g 99 if is_current_network_5g(ad, nr_type = 'mmwave', timeout=60):
|
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/ |
D | Nsa5gDataTest.py | 40 from acts_contrib.test_utils.tel.tel_5g_utils import is_current_network_5g 102 if is_current_network_5g(ad, nr_type = 'nsa', timeout=60):
|
D | Nsa5gVoiceTest.py | 34 from acts_contrib.test_utils.tel.tel_5g_utils import is_current_network_5g 175 if not is_current_network_5g(ads[0], nr_type = 'nsa'): 459 if not is_current_network_5g(ads[0], nr_type = 'nsa'): 498 if not is_current_network_5g(ads[0], nr_type = 'nsa'):
|