Searched refs:get_subid_from_slot_index (Results 1 – 16 of 16) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_subscription_utils.py | 53 outgoing_voice_sub_id = get_subid_from_slot_index( 66 outgoing_message_sub_id = get_subid_from_slot_index( 79 default_data_sub_id = get_subid_from_slot_index( 94 incoming_voice_sub_id = get_subid_from_slot_index( 108 incoming_message_sub_id = get_subid_from_slot_index( 160 def get_subid_from_slot_index(log, ad, sim_slot_index): function 347 sub_id = get_subid_from_slot_index(ad.log, ad, slot_id) 359 slot_dict[slot]['sub_id'] = get_subid_from_slot_index(ad.log, ad, slot) 384 sub_id = get_subid_from_slot_index(ad.log, ad, 0) 403 sub_id = get_subid_from_slot_index(ad.log, ad, 1) [all …]
|
D | tel_voice_utils.py | 59 from acts_contrib.test_utils.tel.tel_subscription_utils import get_subid_from_slot_index 305 ads[0], get_subid_from_slot_index(log,ads[0],slot)) 307 ads[1], get_subid_from_slot_index(log,ads[1],slot)) 460 mo_default_voice_subid = get_subid_from_slot_index(log,ads[0], 469 mt_default_voice_subid = get_subid_from_slot_index(log,ads[1], 1287 log, ad, get_subid_from_slot_index(log,ad,slot_id))
|
D | TelephonyBaseTest.py | 40 from acts_contrib.test_utils.tel.tel_subscription_utils import get_subid_from_slot_index 326 if get_subid_from_slot_index(ad.log, ad, default_slot) != INVALID_SUB_ID:
|
D | tel_data_utils.py | 33 get_subid_from_slot_index 544 sub_id = get_subid_from_slot_index(log, ad, sim_slot)
|
D | tel_test_utils.py | 181 …rib.test_utils.tel.tel_subscription_utils import get_default_data_sub_id, get_subid_from_slot_index 1873 slot_0_subid = get_subid_from_slot_index(ad.log, ad, 0) 1878 slot_1_subid = get_subid_from_slot_index(ad.log, ad, 1) 2351 subid_callee = get_subid_from_slot_index(log, ad_callee, slot_id_callee) 6189 subid_rx = get_subid_from_slot_index(log, ad_rx, slot_id_rx) 6423 subid_rx = get_subid_from_slot_index(log, ad_rx, slot_id_rx)
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveGFTDSDSSupplementaryServiceTest.py | 38 from acts_contrib.test_utils.tel.tel_subscription_utils import get_subid_from_slot_index 96 slot0_sub_id = get_subid_from_slot_index(log, ad, 0) 97 slot1_sub_id = get_subid_from_slot_index(log, ad, 1) 450 callee_sub_id = get_subid_from_slot_index( 456 callee_other_sub_id = get_subid_from_slot_index( 472 caller_sub_id = get_subid_from_slot_index( 478 caller_other_sub_id = get_subid_from_slot_index( 494 forwarded_callee_sub_id = get_subid_from_slot_index( 500 forwarded_callee_other_sub_id = get_subid_from_slot_index( 733 host_sub_id = get_subid_from_slot_index( [all …]
|
D | TelLiveGFTDSDSWfcSupplementaryServiceTest.py | 40 from acts_contrib.test_utils.tel.tel_subscription_utils import get_subid_from_slot_index 123 slot0_sub_id = get_subid_from_slot_index(log, ad, 0) 124 slot1_sub_id = get_subid_from_slot_index(log, ad, 1) 485 slot_0_subid = get_subid_from_slot_index(self.log, ad_callee, 0) 486 slot_1_subid = get_subid_from_slot_index(self.log, ad_callee, 1) 493 callee_sub_id = get_subid_from_slot_index( 499 callee_other_sub_id = get_subid_from_slot_index( 733 slot_0_subid = get_subid_from_slot_index(ad_host.log, ad_host, 0) 734 slot_1_subid = get_subid_from_slot_index(ad_host.log, ad_host, 1) 736 host_sub_id = get_subid_from_slot_index(self.log, ad_host, host_slot) [all …]
|
D | TelLiveGFTDSDSMessageTest.py | 32 from acts_contrib.test_utils.tel.tel_subscription_utils import get_subid_from_slot_index 291 mo_sub_id = get_subid_from_slot_index(self.log, ad_mo, mo_slot) 295 mo_other_sub_id = get_subid_from_slot_index( 313 mt_sub_id = get_subid_from_slot_index(self.log, ad_mt, mt_slot) 317 mt_other_sub_id = get_subid_from_slot_index( 448 mo_voice_sub_id = get_subid_from_slot_index(self.log, ad, mo_voice_slot) 452 mo_voice_other_sub_id = get_subid_from_slot_index( 463 ad, get_subid_from_slot_index(self.log, ad, mt_sms_slot)) 518 get_subid_from_slot_index(self.log, ad, mt_sms_slot), 577 slot_0_subid = get_subid_from_slot_index(ad.log, ad, 0) [all …]
|
D | TelLiveGFTDSDSDDSSwitchTest.py | 37 from acts_contrib.test_utils.tel.tel_subscription_utils import get_subid_from_slot_index 188 slot_0_subid = get_subid_from_slot_index(self.log, ad, 0) 189 slot_1_subid = get_subid_from_slot_index(self.log, ad, 1) 267 mo_sub_id = get_subid_from_slot_index(self.log, ad, call_slot) 303 mt_sub_id = get_subid_from_slot_index(self.log, ad, call_slot) 438 slot_0_subid = get_subid_from_slot_index(self.log, ad, 0) 439 slot_1_subid = get_subid_from_slot_index(self.log, ad, 1) 638 mo_sub_id = get_subid_from_slot_index(self.log, ad, call_slot) 653 mt_sub_id = get_subid_from_slot_index(self.log, ad, call_slot) 715 slot_0_subid = get_subid_from_slot_index(self.log, ad, 0) [all …]
|
D | TelLiveGFTDSDSVoiceTest.py | 31 from acts_contrib.test_utils.tel.tel_subscription_utils import get_subid_from_slot_index 105 mo_sub_id = get_subid_from_slot_index(self.log, ad_mo, mo_slot) 109 mo_other_sub_id = get_subid_from_slot_index( 123 mt_sub_id = get_subid_from_slot_index(self.log, ad_mt, mt_slot) 127 mt_other_sub_id = get_subid_from_slot_index(
|
D | TelLiveDSDSVoiceTest.py | 114 from acts_contrib.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)
|
D | TelLiveStressTest.py | 98 from acts_contrib.test_utils.tel.tel_subscription_utils import get_subid_from_slot_index 322 sub_id = get_subid_from_slot_index(self.log, ads[0], slot_id) 422 sub_id = get_subid_from_slot_index(self.log, ads[0], slot_id) 842 sub_id = get_subid_from_slot_index(self.log, self.dut, slot_id) 1040 sub_id = get_subid_from_slot_index(ad.log, ad, i) 1055 sub_id = get_subid_from_slot_index(ad.log, ad, i)
|
D | TelLiveDataTest.py | 31 get_subid_from_slot_index 1897 next_data_sub_id = get_subid_from_slot_index(self.log, ad, 2250 next_data_sub_id = get_subid_from_slot_index(self.log, ad, 2401 non_active_sub_id = get_subid_from_slot_index(
|
D | TelLiveCBRSTest.py | 67 from acts_contrib.test_utils.tel.tel_subscription_utils import get_subid_from_slot_index
|
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/ |
D | Nsa5gDsdsMessageTest.py | 30 from acts_contrib.test_utils.tel.tel_subscription_utils import get_subid_from_slot_index 172 mo_sub_id = get_subid_from_slot_index(self.log, ad_mo, mo_slot) 176 mo_other_sub_id = get_subid_from_slot_index( 194 mt_sub_id = get_subid_from_slot_index(self.log, ad_mt, mt_slot) 198 mt_other_sub_id = get_subid_from_slot_index(
|
/tools/test/connectivity/acts_tests/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))
|