Home
last modified time | relevance | path

Searched refs:setup_tel_config (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts/tests/google/coex/functionality_tests/
DCoexBtMultiProfileFunctionalityTest.py25 from acts.test_utils.coex.coex_test_utils import setup_tel_config
37 self.ag_phone_number, self.re_phone_number = setup_tel_config(
DWlanWithHfpFunctionalityTest.py28 from acts.test_utils.coex.coex_test_utils import setup_tel_config
45 self.ag_phone_number, self.re_phone_number = setup_tel_config(
/tools/test/connectivity/acts/tests/google/coex/performance_tests/
DWlanWithHfpPerformanceTest.py25 from acts.test_utils.coex.coex_test_utils import setup_tel_config
39 self.ag_phone_number, self.re_phone_number = setup_tel_config(
DCoexBtMultiProfilePerformanceTest.py26 from acts.test_utils.coex.coex_test_utils import setup_tel_config
42 self.ag_phone_number, self.re_phone_number = setup_tel_config(
/tools/test/connectivity/acts/tests/google/coex/slave_role/performance_tests/
DWlanWithHFPPerformanceSlaveTest.py25 from acts.test_utils.coex.coex_test_utils import setup_tel_config
38 self.ag_phone_number, self.re_phone_number = setup_tel_config(
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py762 def setup_tel_config(pri_ad, sec_ad, sim_conf_file): function