Home
last modified time | relevance | path

Searched refs:MULTI_SIM_CONFIG (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/tel/live/msim/
DTelLiveMSIMVoiceTest.py20 from acts_contrib.test_utils.tel.tel_defines import MULTI_SIM_CONFIG
29 "config":MULTI_SIM_CONFIG,
DTelLiveMSIMSmsTest.py19 from acts_contrib.test_utils.tel.tel_defines import MULTI_SIM_CONFIG, WAIT_TIME_ANDROID_STATE_SETTL…
32 self.sim_config = { "config": MULTI_SIM_CONFIG,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
DTelephonyBaseTest.py39 from acts_contrib.test_utils.tel.tel_defines import MULTI_SIM_CONFIG, SINGLE_SIM_CONFIG
222 "config":MULTI_SIM_CONFIG,
264 MULTI_SIM_CONFIG : lambda:wait_for_sims_ready_by_adb(self.log,ad)
Dtel_defines.py584 MULTI_SIM_CONFIG = "dsds" variable