Searched refs:get_subid_from_slot_index (Results 1 – 8 of 8) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_subscription_utils.py | 50 outgoing_voice_sub_id = get_subid_from_slot_index( 63 outgoing_message_sub_id = get_subid_from_slot_index( 76 default_data_sub_id = get_subid_from_slot_index( 91 incoming_voice_sub_id = get_subid_from_slot_index( 105 incoming_message_sub_id = get_subid_from_slot_index( 157 def get_subid_from_slot_index(log, ad, sim_slot_index): function 244 sub_id = get_subid_from_slot_index(ad.log, ad, slot_id)
|
D | tel_voice_utils.py | 54 from acts.test_utils.tel.tel_subscription_utils import get_subid_from_slot_index 277 ads[0], get_subid_from_slot_index(log,ads[0],slot)) 279 ads[1], get_subid_from_slot_index(log,ads[1],slot)) 799 log, ad, get_subid_from_slot_index(log,ad,slot_id))
|
D | tel_data_utils.py | 21 get_subid_from_slot_index 487 sub_id = get_subid_from_slot_index(log, ad, sim_slot)
|
D | tel_test_utils.py | 171 get_default_data_sub_id, get_subid_from_slot_index 2089 subid_callee = get_subid_from_slot_index(log, ad_callee, slot_id_callee) 4351 subid_rx = get_subid_from_slot_index(log, ad_rx, slot_id_rx) 4584 subid_rx = get_subid_from_slot_index(log, ad_rx, slot_id_rx)
|
/tools/test/connectivity/acts/tests/google/tel/live/msim/ |
D | TelLiveMSIMSmsTest.py | 22 import get_subid_from_slot_index, set_subid_for_message 48 ads[0], get_subid_from_slot_index(self.log,ads[0],slot)) 50 ads[1], get_subid_from_slot_index(self.log,ads[1],slot))
|
/tools/test/connectivity/acts/tests/google/tel/live/ |
D | TelLiveStressTest.py | 97 from acts.test_utils.tel.tel_subscription_utils import get_subid_from_slot_index 238 sub_id = get_subid_from_slot_index(self.log, ads[0], slot_id) 344 sub_id = get_subid_from_slot_index(self.log, ads[0], slot_id) 693 sub_id = get_subid_from_slot_index(self.log, self.dut, slot_id)
|
D | TelLiveDSDSVoiceTest.py | 96 from acts.test_utils.tel.tel_subscription_utils import get_subid_from_slot_index 141 sub_id = get_subid_from_slot_index(ads[0].log, ads[0], slot_id)
|
D | TelLiveDataTest.py | 28 get_subid_from_slot_index 2484 next_data_sub_id = get_subid_from_slot_index(self.log, ad, 2890 next_data_sub_id = get_subid_from_slot_index(self.log, ad, 3041 non_active_sub_id = get_subid_from_slot_index(
|