Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/coex/apollo_tests/
DApolloWithA2dpFunctionalityTest.py31 from acts.test_utils.coex.coex_test_utils import toggle_screen_state
650 (toggle_screen_state, (self.pri_ad,
677 (toggle_screen_state, (self.pri_ad,
/tools/test/connectivity/acts/tests/google/coex/functionality_tests/
DWlanWithA2dpFunctionalityTest.py42 from acts.test_utils.coex.coex_test_utils import toggle_screen_state
814 (toggle_screen_state, (self.pri_ad, self.iperf["duration"]))]
843 (toggle_screen_state, (self.pri_ad, self.iperf["duration"]))]
DWlanWithHfpFunctionalityTest.py27 from acts.test_utils.coex.coex_test_utils import toggle_screen_state
692 self.iperf["duration"])), (toggle_screen_state,
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py899 def toggle_screen_state(pri_ad, duration): function