Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/coex/functionality_tests/
DCoexBasicFunctionalityTest.py27 from acts_contrib.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/nr/nsa5g/
DNsa5gTetheringTest.py437 toggle_bluetooth=False,
469 toggle_bluetooth=False,
501 toggle_bluetooth=False,
533 toggle_bluetooth=False,
566 toggle_bluetooth=False,
599 toggle_bluetooth=False,
/tools/test/connectivity/acts_tests/tests/google/coex/stress_tests/
DCoexBasicStressTest.py26 from acts_contrib.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/tests/google/tel/live/
DTelLiveDataTest.py736 toggle_tethering=False, toggle_bluetooth=False, voice_call=True)
759 toggle_tethering=False, toggle_bluetooth=False, toggle_data=True)
782 toggle_tethering=True, toggle_bluetooth=False, toggle_data=False)
827 toggle_tethering=False, toggle_bluetooth=False, voice_call=True)
850 toggle_tethering=False, toggle_bluetooth=False, toggle_data=True)
904 toggle_tethering=False, toggle_bluetooth=False, voice_call=True)
927 toggle_tethering=False, toggle_bluetooth=False, toggle_data=True)
951 toggle_bluetooth=False,
977 toggle_bluetooth=False,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_bt_utils.py76 toggle_bluetooth=True): argument
135 if toggle_bluetooth:
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Dcoex_test_utils.py865 def toggle_bluetooth(pri_ad, duration): function