Home
last modified time | relevance | path

Searched refs:SIM1_SLOT_INDEX (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveDataTest.py49 from acts.test_utils.tel.tel_defines import SIM1_SLOT_INDEX
2731 if current_sim_slot_index == SIM1_SLOT_INDEX:
2734 next_sim_slot_index = SIM1_SLOT_INDEX
3094 {SIM1_SLOT_INDEX : SIM2_SLOT_INDEX,
3095 SIM2_SLOT_INDEX : SIM1_SLOT_INDEX}[current_sim_slot_index]
3137 if current_sim_slot_index == SIM1_SLOT_INDEX:
3140 next_sim_slot_index = SIM1_SLOT_INDEX
3288 if current_sim_slot_index == SIM1_SLOT_INDEX:
3291 non_active_sim_slot_index = SIM1_SLOT_INDEX
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_defines.py234 SIM1_SLOT_INDEX = 0 variable