Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/coex/functionality_tests/
DCoexBasicFunctionalityTest.py26 from acts_contrib.test_utils.coex.coex_test_utils import perform_classic_discovery
53 if not perform_classic_discovery(
274 (perform_classic_discovery,
DWlanWithHfpFunctionalityTest.py26 from acts_contrib.test_utils.coex.coex_test_utils import perform_classic_discovery
127 (perform_classic_discovery,
/tools/test/connectivity/acts_tests/tests/google/coex/performance_tests/
DCoexBasicPerformanceTest.py21 from acts_contrib.test_utils.coex.coex_test_utils import perform_classic_discovery
44 tasks = [(perform_classic_discovery,
DWlanWithA2dpPerformanceTest.py26 from acts_contrib.test_utils.coex.coex_test_utils import perform_classic_discovery
80 (perform_classic_discovery,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Dcoex_test_utils.py795 def perform_classic_discovery(pri_ad, duration, file_name, dev_list=None): function