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 | 412 toggle_tethering=False, toggle_bluetooth=False, voice_call=True) 436 toggle_tethering=False, toggle_bluetooth=False, toggle_data=True) 460 toggle_tethering=True, toggle_bluetooth=False, toggle_data=False) 485 toggle_bluetooth=False, 512 toggle_bluetooth=False, 539 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 | 724 toggle_tethering=False, toggle_bluetooth=False, voice_call=True) 747 toggle_tethering=False, toggle_bluetooth=False, toggle_data=True) 770 toggle_tethering=True, toggle_bluetooth=False, toggle_data=False) 815 toggle_tethering=False, toggle_bluetooth=False, voice_call=True) 838 toggle_tethering=False, toggle_bluetooth=False, toggle_data=True) 892 toggle_tethering=False, toggle_bluetooth=False, voice_call=True) 915 toggle_tethering=False, toggle_bluetooth=False, toggle_data=True) 939 toggle_bluetooth=False, 965 toggle_bluetooth=False,
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_data_utils.py | 1112 toggle_bluetooth=True): argument 1171 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
|