Home
last modified time | relevance | path

Searched refs:perform_classic_discovery (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts/tests/google/coex/performance_tests/
DCoexBasicPerformanceTest.py18 from acts.test_utils.coex.coex_test_utils import perform_classic_discovery
34 if not perform_classic_discovery(self.pri_ad):
DWlanWithA2dpPerformanceTest.py23 from acts.test_utils.coex.coex_test_utils import perform_classic_discovery
60 if not perform_classic_discovery(self.pri_ad):
/tools/test/connectivity/acts/tests/google/coex/functionality_tests/
DCoexBasicFunctionalityTest.py18 from acts.test_utils.coex.coex_test_utils import perform_classic_discovery
47 if not perform_classic_discovery(self.pri_ad):
DWlanWithA2dpFunctionalityTest.py28 from acts.test_utils.coex.coex_test_utils import perform_classic_discovery
107 if not perform_classic_discovery(self.pri_ad):
128 (perform_classic_discovery, (self.pri_ad,))]
163 (perform_classic_discovery, (self.pri_ad,)),
DWlanWithHfpFunctionalityTest.py25 from acts.test_utils.coex.coex_test_utils import perform_classic_discovery
130 (perform_classic_discovery, (self.pri_ad,))]
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py679 def perform_classic_discovery(pri_ad): function