Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/coex/slave_role/functionality_tests/
DWlanWithA2dpFunctionalitySlaveTest.py25 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.py27 from acts.test_utils.coex.coex_test_utils import connect_wlan_profile
100 if not connect_wlan_profile(self.pri_ad, self.network):
/tools/test/connectivity/acts/tests/google/coex/functionality_tests/
DWlanWithHfpFunctionalityTest.py26 from acts.test_utils.coex.coex_test_utils import connect_wlan_profile
144 if not connect_wlan_profile(self.pri_ad, self.network):
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py700 def connect_wlan_profile(pri_ad, network): function