Searched refs:get_network_rat_for_subscription (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_voice_utils.py | 94 from acts_contrib.test_utils.tel.tel_test_utils import get_network_rat_for_subscription 253 return get_network_rat_for_subscription(log, ad, sub_id, 1378 nw_type = get_network_rat_for_subscription(log, ad, sub_id, 1406 nw_type = get_network_rat_for_subscription(log, ad, sub_id, 1490 nw_type = get_network_rat_for_subscription(log, ad, sub_id, 1520 nw_type = get_network_rat_for_subscription(log, ad, sub_id,
|
D | tel_data_utils.py | 87 from acts_contrib.test_utils.tel.tel_test_utils import get_network_rat_for_subscription 540 get_network_rat_for_subscription( 713 data_rat_before_reboot = get_network_rat_for_subscription( 715 voice_rat_before_reboot = get_network_rat_for_subscription( 781 data_rat_after_reboot = get_network_rat_for_subscription( 783 voice_rat_after_reboot = get_network_rat_for_subscription(
|
D | tel_phone_setup_utils.py | 79 from acts_contrib.test_utils.tel.tel_test_utils import get_network_rat_for_subscription 1627 data_rat = get_network_rat_for_subscription( 1632 voice_rat = get_network_rat_for_subscription(
|
D | tel_test_utils.py | 1951 rat = get_network_rat_for_subscription(log, ad, sub_id, voice_or_data) 2143 nw_rat = get_network_rat_for_subscription(log, ad, sub_id, service) 2190 nw_rat = get_network_rat_for_subscription(log, ad, sub_id, service) 2220 return get_network_rat_for_subscription( 2224 def get_network_rat_for_subscription(log, ad, sub_id, voice_or_data): function 2281 get_network_rat_for_subscription(log, ad, sub_id, voice_or_data))
|