Home
last modified time | relevance | path

Searched refs:get_subid_from_slot_index (Results 1 – 13 of 13) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_subscription_utils.py52 outgoing_voice_sub_id = get_subid_from_slot_index(
65 outgoing_message_sub_id = get_subid_from_slot_index(
78 default_data_sub_id = get_subid_from_slot_index(
93 incoming_voice_sub_id = get_subid_from_slot_index(
107 incoming_message_sub_id = get_subid_from_slot_index(
159 def get_subid_from_slot_index(log, ad, sim_slot_index): function
295 sub_id = get_subid_from_slot_index(ad.log, ad, slot_id)
307 slot_dict[slot]['sub_id'] = get_subid_from_slot_index(ad.log, ad, slot)
332 sub_id = get_subid_from_slot_index(ad.log, ad, 0)
348 sub_id = get_subid_from_slot_index(ad.log, ad, 1)
[all …]
Dtel_voice_utils.py56 from acts.test_utils.tel.tel_subscription_utils import get_subid_from_slot_index
275 ads[0], get_subid_from_slot_index(log,ads[0],slot))
277 ads[1], get_subid_from_slot_index(log,ads[1],slot))
430 mo_default_voice_subid = get_subid_from_slot_index(log,ads[0],
439 mt_default_voice_subid = get_subid_from_slot_index(log,ads[1],
1225 log, ad, get_subid_from_slot_index(log,ad,slot_id))
Dtel_data_utils.py23 get_subid_from_slot_index
491 sub_id = get_subid_from_slot_index(log, ad, sim_slot)
DTelephonyBaseTest.py40 from acts.test_utils.tel.tel_subscription_utils import get_subid_from_slot_index
319 if get_subid_from_slot_index(ad.log, ad, default_slot) != INVALID_SUB_ID:
Dtel_test_utils.py176 …cts.test_utils.tel.tel_subscription_utils import get_default_data_sub_id, get_subid_from_slot_index
1878 slot_0_subid = get_subid_from_slot_index(ad.log, ad, 0)
1883 slot_1_subid = get_subid_from_slot_index(ad.log, ad, 1)
2324 subid_callee = get_subid_from_slot_index(log, ad_callee, slot_id_callee)
5898 subid_rx = get_subid_from_slot_index(log, ad_rx, slot_id_rx)
6132 subid_rx = get_subid_from_slot_index(log, ad_rx, slot_id_rx)
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveGFTDSDSSupplementaryServiceTest.py38 from acts.test_utils.tel.tel_subscription_utils import get_subid_from_slot_index
112 slot0_sub_id = get_subid_from_slot_index(log, ad, 0)
113 slot1_sub_id = get_subid_from_slot_index(log, ad, 1)
466 callee_sub_id = get_subid_from_slot_index(
472 callee_other_sub_id = get_subid_from_slot_index(
488 caller_sub_id = get_subid_from_slot_index(
494 caller_other_sub_id = get_subid_from_slot_index(
510 forwarded_callee_sub_id = get_subid_from_slot_index(
516 forwarded_callee_other_sub_id = get_subid_from_slot_index(
846 host_sub_id = get_subid_from_slot_index(
[all …]
DTelLiveDSDSVoiceTest.py114 from acts.test_utils.tel.tel_subscription_utils import get_subid_from_slot_index
181 sub_id = get_subid_from_slot_index(ads[0].log, ads[0], slot_id)
322 sub_id = get_subid_from_slot_index(ads[0].log, ads[0], slot_id)
391 sub_id = get_subid_from_slot_index(self.log, self.android_devices[0], 0)
396 sub_id = get_subid_from_slot_index(self.log, self.android_devices[0], 1)
1373 sub_id = get_subid_from_slot_index(ads[0].log, ads[0], i)
1522 sub_id = get_subid_from_slot_index(ads[0].log, ads[0], i)
1726 sub_id = get_subid_from_slot_index(ad.log, ad, i)
1803 sub_id = get_subid_from_slot_index(ad.log, ad, i)
DTelLiveGFTDSDSVoiceTest.py31 from acts.test_utils.tel.tel_subscription_utils import get_subid_from_slot_index
119 mo_sub_id = get_subid_from_slot_index(self.log, ad_mo, mo_slot)
123 mo_other_sub_id = get_subid_from_slot_index(
137 mt_sub_id = get_subid_from_slot_index(self.log, ad_mt, mt_slot)
141 mt_other_sub_id = get_subid_from_slot_index(
DTelLiveStressTest.py93 from acts.test_utils.tel.tel_subscription_utils import get_subid_from_slot_index
280 sub_id = get_subid_from_slot_index(self.log, ads[0], slot_id)
379 sub_id = get_subid_from_slot_index(self.log, ads[0], slot_id)
779 sub_id = get_subid_from_slot_index(self.log, self.dut, slot_id)
974 sub_id = get_subid_from_slot_index(ad.log, ad, i)
989 sub_id = get_subid_from_slot_index(ad.log, ad, i)
DTelLiveGFTDSDSMessageTest.py30 from acts.test_utils.tel.tel_subscription_utils import get_subid_from_slot_index
178 mo_sub_id = get_subid_from_slot_index(self.log, ad_mo, mo_slot)
182 mo_other_sub_id = get_subid_from_slot_index(
200 mt_sub_id = get_subid_from_slot_index(self.log, ad_mt, mt_slot)
204 mt_other_sub_id = get_subid_from_slot_index(
DTelLiveDataTest.py28 get_subid_from_slot_index
2735 next_data_sub_id = get_subid_from_slot_index(self.log, ad,
3141 next_data_sub_id = get_subid_from_slot_index(self.log, ad,
3292 non_active_sub_id = get_subid_from_slot_index(
DTelLiveCBRSTest.py67 from acts.test_utils.tel.tel_subscription_utils import get_subid_from_slot_index
/tools/test/connectivity/acts_tests/tests/google/tel/live/msim/
DTelLiveMSIMSmsTest.py22 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))