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/
DCoexBtMultiProfileFunctionalityTest.py21 from acts.test_utils.coex.coex_test_utils import initiate_disconnect_from_hf
67 if not initiate_disconnect_from_hf(
86 tasks = [(initiate_disconnect_from_hf,
DWlanWithHfpFunctionalityTest.py21 from acts.test_utils.coex.coex_test_utils import initiate_disconnect_from_hf
116 if not initiate_disconnect_from_hf(
127 tasks = [(initiate_disconnect_from_hf, (
666 if not initiate_disconnect_from_hf(
689 (initiate_disconnect_from_hf, (
/tools/test/connectivity/acts/tests/google/coex/performance_tests/
DWlanWithHfpPerformanceTest.py23 from acts.test_utils.coex.coex_test_utils import initiate_disconnect_from_hf
84 if not 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.py338 def initiate_disconnect_from_hf(audio_receiver, pri_ad, sec_ad, duration): function