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/google/coex/functionality_tests/
DWlanWithHfpFunctionalityTest.py22 from acts.test_utils.coex.coex_test_utils import initiate_disconnect_from_hf
116 if not initiate_disconnect_from_hf(self.audio_receiver, self.pri_ad,
126 tasks = [(initiate_disconnect_from_hf,
665 (initiate_disconnect_from_hf,
690 (initiate_disconnect_from_hf,
DCoexBtMultiProfileFunctionalityTest.py28 from acts.test_utils.coex.coex_test_utils import initiate_disconnect_from_hf
76 if not initiate_disconnect_from_hf(
95 (initiate_disconnect_from_hf,
/tools/test/connectivity/acts/tests/google/coex/performance_tests/
DWlanWithHfpPerformanceTest.py22 from acts.test_utils.coex.coex_test_utils import initiate_disconnect_from_hf
85 tasks = [(initiate_disconnect_from_hf,
/tools/test/connectivity/acts/tests/google/coex/stress_tests/
DCoexHfpStressTest.py26 from acts.test_utils.coex.coex_test_utils import initiate_disconnect_from_hf
144 if not initiate_disconnect_from_hf(
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py437 def initiate_disconnect_from_hf(audio_receiver, pri_ad, sec_ad, duration): function