Searched refs:get_network_rat_for_subscription (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_voice_utils.py | 68 from acts.test_utils.tel.tel_test_utils import get_network_rat_for_subscription 1185 return get_network_rat_for_subscription(log, ad, sub_id, 1209 nw_type = get_network_rat_for_subscription(log, ad, sub_id, 1237 nw_type = get_network_rat_for_subscription(log, ad, sub_id, 1321 nw_type = get_network_rat_for_subscription(log, ad, sub_id, 1351 nw_type = get_network_rat_for_subscription(log, ad, sub_id,
|
D | tel_test_utils.py | 4865 rat = get_network_rat_for_subscription(log, ad, sub_id, voice_or_data) 6091 nw_rat = get_network_rat_for_subscription(log, ad, sub_id, service) 6138 nw_rat = get_network_rat_for_subscription(log, ad, sub_id, service) 6168 return get_network_rat_for_subscription( 6172 def get_network_rat_for_subscription(log, ad, sub_id, voice_or_data): function 6229 get_network_rat_for_subscription(log, ad, sub_id, voice_or_data)) 6308 data_rat = get_network_rat_for_subscription( 6313 voice_rat = get_network_rat_for_subscription(
|
/tools/test/connectivity/acts/tests/google/tel/live/ |
D | TelLiveDataTest.py | 77 from acts.test_utils.tel.tel_test_utils import get_network_rat_for_subscription
|