Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_subscription_utils.py22 from acts_contrib.test_utils.tel.tel_defines import CHIPSET_MODELS_LIST
469 if any(model in ad.model for model in CHIPSET_MODELS_LIST):
DTelephonyBaseTest.py43 from acts_contrib.test_utils.tel.tel_defines import CHIPSET_MODELS_LIST
274 list_of_models = CHIPSET_MODELS_LIST
Dtel_defines.py409 CHIPSET_MODELS_LIST = ["sdm", "msm", "kon", "lit", "laha", "taro"] variable