Searched refs:slot_id (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveStressTest.py | 300 def _get_network_rat(self, slot_id): argument 304 rat = rat.split(',')[slot_id] 320 slot_id = random.randint(0,1) 322 sub_id = get_subid_from_slot_index(self.log, ads[0], slot_id) 323 ads[0].log.info("Message - MO - slot_Id %d", slot_id) 338 rat = self._get_network_rat(slot_id) 393 rat = self._get_network_rat(slot_id) 421 slot_id = random.randint(0,1) 422 sub_id = get_subid_from_slot_index(self.log, ads[0], slot_id) 423 ads[0].log.info("Voice - MO - slot_Id %d", slot_id) [all …]
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_subscription_utils.py | 337 def set_default_sub_for_all_services(ad, slot_id=0): argument 347 sub_id = get_subid_from_slot_index(ad.log, ad, slot_id)
|
D | tel_voice_utils.py | 1285 def phone_setup_voice_general_for_slot(log,ad,slot_id): argument 1287 log, ad, get_subid_from_slot_index(log,ad,slot_id))
|