Searched refs:toggle_bluetooth (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveDataTest.py | 1072 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/ |
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/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/framework/acts/test_utils/coex/ |
D | coex_test_utils.py | 865 def toggle_bluetooth(pri_ad, duration): function
|