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.py46 from acts_contrib.test_utils.tel.tel_defines import SIM1_SLOT_INDEX
1893 if current_sim_slot_index == SIM1_SLOT_INDEX:
1896 next_sim_slot_index = SIM1_SLOT_INDEX
2203 {SIM1_SLOT_INDEX : SIM2_SLOT_INDEX,
2204 SIM2_SLOT_INDEX : SIM1_SLOT_INDEX}[current_sim_slot_index]
2246 if current_sim_slot_index == SIM1_SLOT_INDEX:
2249 next_sim_slot_index = SIM1_SLOT_INDEX
2397 if current_sim_slot_index == SIM1_SLOT_INDEX:
2400 non_active_sim_slot_index = SIM1_SLOT_INDEX
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_defines.py250 SIM1_SLOT_INDEX = 0 variable