Searched refs:get_network_rat_for_subscription (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_voice_utils.py | 71 from acts.test_utils.tel.tel_test_utils import get_network_rat_for_subscription 1515 return get_network_rat_for_subscription(log, ad, sub_id, 1539 nw_type = get_network_rat_for_subscription(log, ad, sub_id, 1567 nw_type = get_network_rat_for_subscription(log, ad, sub_id, 1651 nw_type = get_network_rat_for_subscription(log, ad, sub_id, 1681 nw_type = get_network_rat_for_subscription(log, ad, sub_id,
|
D | tel_data_utils.py | 37 from acts.test_utils.tel.tel_test_utils import get_network_rat_for_subscription 471 get_network_rat_for_subscription(
|
D | tel_test_utils.py | 5479 rat = get_network_rat_for_subscription(log, ad, sub_id, voice_or_data) 6707 nw_rat = get_network_rat_for_subscription(log, ad, sub_id, service) 6754 nw_rat = get_network_rat_for_subscription(log, ad, sub_id, service) 6784 return get_network_rat_for_subscription( 6788 def get_network_rat_for_subscription(log, ad, sub_id, voice_or_data): function 6845 get_network_rat_for_subscription(log, ad, sub_id, voice_or_data)) 6924 data_rat = get_network_rat_for_subscription( 6929 voice_rat = get_network_rat_for_subscription(
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveDataTest.py | 81 from acts.test_utils.tel.tel_test_utils import get_network_rat_for_subscription
|