Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveDataTest.py1072 toggle_bluetooth=True): argument
1129 if toggle_bluetooth:
1226 toggle_tethering=False, toggle_bluetooth=False, voice_call=True)
1249 toggle_tethering=False, toggle_bluetooth=False, toggle_data=True)
1272 toggle_tethering=True, toggle_bluetooth=False, toggle_data=False)
1317 toggle_tethering=False, toggle_bluetooth=False, voice_call=True)
1340 toggle_tethering=False, toggle_bluetooth=False, toggle_data=True)
1394 toggle_tethering=False, toggle_bluetooth=False, voice_call=True)
1417 toggle_tethering=False, toggle_bluetooth=False, toggle_data=True)
1441 toggle_bluetooth=False,
[all …]
/tools/test/connectivity/acts_tests/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/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/framework/acts/test_utils/coex/
Dcoex_test_utils.py865 def toggle_bluetooth(pri_ad, duration): function