Searched refs:get_operatorname_from_slot_index (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_subscription_utils.py | 243 def get_operatorname_from_slot_index(ad, sim_slot_index): function 412 slot_dict[slot]['operator'] = get_operatorname_from_slot_index(ad, slot) 440 operator = get_operatorname_from_slot_index(ad, 0) 458 operator = get_operatorname_from_slot_index(ad, 1) 488 operator = get_operatorname_from_slot_index(ad, dds_slot) 537 slot_dict[slot]['operator'] = get_operatorname_from_slot_index(
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveDSDSVoiceTest.py | 49 from acts_contrib.test_utils.tel.tel_subscription_utils import get_operatorname_from_slot_index 139 mo_operator = get_operatorname_from_slot_index(ads[0], slot_id) 148 mt_operator = get_operatorname_from_slot_index(ads[0], slot_id) 281 mo_operator = get_operatorname_from_slot_index(ads[0], slot_id) 290 mt_operator = get_operatorname_from_slot_index(ads[0], slot_id) 1325 operator = get_operatorname_from_slot_index(ads[0], i) 1474 operator = get_operatorname_from_slot_index(ads[0], i) 1678 operator = get_operatorname_from_slot_index(ad, i) 1755 operator = get_operatorname_from_slot_index(ad, i)
|