Home
last modified time | relevance | path

Searched refs:initiate_disconnect_from_hf (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/coex/functionality_tests/
DWlanWithHfpFunctionalityTest.py22 from acts_contrib.test_utils.coex.coex_test_utils import initiate_disconnect_from_hf
114 if not initiate_disconnect_from_hf(self.audio_receiver, self.pri_ad,
124 tasks = [(initiate_disconnect_from_hf,
663 (initiate_disconnect_from_hf,
688 (initiate_disconnect_from_hf,
DCoexBtMultiProfileFunctionalityTest.py28 from acts_contrib.test_utils.coex.coex_test_utils import initiate_disconnect_from_hf
74 if not initiate_disconnect_from_hf(
93 (initiate_disconnect_from_hf,
/tools/test/connectivity/acts_tests/tests/google/coex/performance_tests/
DWlanWithHfpPerformanceTest.py22 from acts_contrib.test_utils.coex.coex_test_utils import initiate_disconnect_from_hf
83 tasks = [(initiate_disconnect_from_hf,
/tools/test/connectivity/acts_tests/tests/google/coex/stress_tests/
DCoexHfpStressTest.py24 from acts_contrib.test_utils.coex.coex_test_utils import initiate_disconnect_from_hf
143 if not initiate_disconnect_from_hf(
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Dcoex_test_utils.py433 def initiate_disconnect_from_hf(audio_receiver, pri_ad, sec_ad, duration): function