Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/coex/slave_role/performance_tests/
DCoexBtMultiProfilePerformanceSlaveTest.py24 from acts.test_utils.coex.coex_test_utils import connect_wlan_profile
83 if not connect_wlan_profile(self.pri_ad, self.network):
/tools/test/connectivity/acts/tests/google/coex/slave_role/functionality_tests/
DWlanWithA2dpFunctionalitySlaveTest.py26 from acts.test_utils.coex.coex_test_utils import connect_wlan_profile
94 if not connect_wlan_profile(self.pri_ad, self.network):
/tools/test/connectivity/acts/tests/google/coex/performance_tests/
DCoexBtMultiProfilePerformanceTest.py35 from acts.test_utils.coex.coex_test_utils import connect_wlan_profile
114 if not connect_wlan_profile(self.pri_ad, self.network):
/tools/test/connectivity/acts/tests/google/coex/functionality_tests/
DWlanWithHfpFunctionalityTest.py21 from acts.test_utils.coex.coex_test_utils import connect_wlan_profile
143 if not connect_wlan_profile(self.pri_ad, self.network):
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py856 def connect_wlan_profile(pri_ad, network): function