Searched refs:toggle_bluetooth (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts/tests/google/coex/functionality_tests/ |
D | CoexBasicFunctionalityTest.py | 27 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/ |
D | CoexBasicStressTest.py | 26 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/ |
D | TelLiveDataTest.py | 935 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/ |
D | coex_test_utils.py | 866 def toggle_bluetooth(pri_ad, duration): function
|