Searched refs:toggle_bluetooth (Results 1 – 6 of 6) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/coex/functionality_tests/ |
D | CoexBasicFunctionalityTest.py | 27 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/ |
D | Nsa5gTetheringTest.py | 437 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/ |
D | CoexBasicStressTest.py | 26 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/ |
D | TelLiveDataTest.py | 736 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/ |
D | tel_bt_utils.py | 76 toggle_bluetooth=True): argument 135 if toggle_bluetooth:
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/ |
D | coex_test_utils.py | 865 def toggle_bluetooth(pri_ad, duration): function
|