Home
last modified time | relevance | path

Searched refs:mt_slot (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveRilCstVoiceTest.py333 mt_slot, argument
417 if mt_slot is not None and mt_slot is not 'auto':
419 self.log, ad_mt, mt_slot)
422 "Failed to get sub ID at slot %s.", mt_slot)
427 mt_sub_id, mt_slot)})
429 self.log, ad_mt, 1-mt_slot)
431 self.enable_cst(ads[0], slot=mt_slot, enable=True)
436 "Failed to get sub ID at slot %s.", mt_slot)
441 mt_sub_id, mt_slot)})
442 mt_slot = "auto"
[all …]
DTelLiveGFTDSDSDDSSwitchTest.py349 mt_slot = get_slot_index_from_subid(ad_mt, mt_sub_id)
357 mt_slot,
366 mt_slot)
680 mt_slot = get_slot_index_from_subid(ad_mt, mt_sub_id)
688 mt_slot,
696 ad_mo.serial, mo_slot, ad_mt.serial, mt_slot)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_dsds_utils.py342 mt_slot = get_slot_index_from_subid(ad_mt, mt_sub_id)
344 ad_mt.log.info("Sub ID for incoming call at slot %s: %s", mt_slot,
393 mt_slot = test_slot.value[0]
453 direction, ad_mo.serial, mo_slot, ad_mt.serial, mt_slot)
506 mt_slot, argument
583 if mt_slot is not None:
584 mt_sub_id = get_subid_from_slot_index(log, ad_mt, mt_slot)
586 ad_mt.log.warning("Failed to get sub ID at slot %s.", mt_slot)
589 log, ad_mt, 1-mt_slot)
594 ad_mt.log.warning("Failed to get sub ID at slot %s.", mt_slot)
[all …]