Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/coex/functionality_tests/
DCoexBasicFunctionalityTest.py27 from acts.test_utils.coex.coex_test_utils import toggle_bluetooth
42 if not toggle_bluetooth(self.pri_ad, self.iperf["duration"]):
250 (toggle_bluetooth, (self.pri_ad, self.iperf["duration"]))]
/tools/test/connectivity/acts/tests/google/coex/stress_tests/
DCoexBasicStressTest.py26 from acts.test_utils.coex.coex_test_utils import toggle_bluetooth
83 if not toggle_bluetooth(self.pri_ad, self.iperf["duration"]):
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveDataTest.py935 toggle_bluetooth=True): argument
992 if toggle_bluetooth:
1089 toggle_tethering=False, toggle_bluetooth=False, voice_call=True)
1112 toggle_tethering=False, toggle_bluetooth=False, toggle_data=True)
1135 toggle_tethering=True, toggle_bluetooth=False, toggle_data=False)
1180 toggle_tethering=False, toggle_bluetooth=False, voice_call=True)
1203 toggle_tethering=False, toggle_bluetooth=False, toggle_data=True)
1257 toggle_tethering=False, toggle_bluetooth=False, voice_call=True)
1280 toggle_tethering=False, toggle_bluetooth=False, toggle_data=True)
1304 toggle_bluetooth=False,
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py866 def toggle_bluetooth(pri_ad, duration): function