Searched refs:get_network_rat_for_subscription (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_voice_utils.py | 74 from acts_contrib.test_utils.tel.tel_test_utils import get_network_rat_for_subscription 1588 return get_network_rat_for_subscription(log, ad, sub_id, 1612 nw_type = get_network_rat_for_subscription(log, ad, sub_id, 1640 nw_type = get_network_rat_for_subscription(log, ad, sub_id, 1724 nw_type = get_network_rat_for_subscription(log, ad, sub_id, 1754 nw_type = get_network_rat_for_subscription(log, ad, sub_id,
|
D | tel_data_utils.py | 64 from acts_contrib.test_utils.tel.tel_test_utils import get_network_rat_for_subscription 524 get_network_rat_for_subscription( 696 data_rat_before_reboot = get_network_rat_for_subscription( 698 voice_rat_before_reboot = get_network_rat_for_subscription( 760 data_rat_after_reboot = get_network_rat_for_subscription( 762 voice_rat_after_reboot = get_network_rat_for_subscription(
|
D | tel_test_utils.py | 5735 rat = get_network_rat_for_subscription(log, ad, sub_id, voice_or_data) 7020 nw_rat = get_network_rat_for_subscription(log, ad, sub_id, service) 7067 nw_rat = get_network_rat_for_subscription(log, ad, sub_id, service) 7097 return get_network_rat_for_subscription( 7101 def get_network_rat_for_subscription(log, ad, sub_id, voice_or_data): function 7158 get_network_rat_for_subscription(log, ad, sub_id, voice_or_data)) 7237 data_rat = get_network_rat_for_subscription( 7242 voice_rat = get_network_rat_for_subscription(
|