Home
last modified time | relevance | path

Searched refs:get_network_rat_for_subscription (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_voice_utils.py71 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,
Dtel_data_utils.py37 from acts.test_utils.tel.tel_test_utils import get_network_rat_for_subscription
471 get_network_rat_for_subscription(
Dtel_test_utils.py5479 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/
DTelLiveDataTest.py81 from acts.test_utils.tel.tel_test_utils import get_network_rat_for_subscription