Home
last modified time | relevance | path

Searched refs:get_bt_connection_status_using_adb_command (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/platform_testing/tests/automotive/mobly_tests/connectivity/
H A Dconnectivity_test_disconnect_from_settings.py45 … bt_connection_state=self.call_utils.get_bt_connection_status_using_adb_command(self.discoverer)
51 … bt_connection_state=self.call_utils.get_bt_connection_status_using_adb_command(self.discoverer)
H A Dconnectivity_test_status_displayed_in_l2.py49 … bt_connection_state=self.call_utils.get_bt_connection_status_using_adb_command(self.discoverer)
H A Dconnectivity_test_disconnected_summary_status.py56 … bt_connection_state=self.call_utils.get_bt_connection_status_using_adb_command(self.discoverer)
H A Dconnectivity_test_disconnected_media_after_reconnect.py44 … bt_connection_state=self.call_utils.get_bt_connection_status_using_adb_command(self.discoverer)
H A Dconnectivity_test_disconnected_phone_after_reconnect.py44 … bt_connection_state=self.call_utils.get_bt_connection_status_using_adb_command(self.discoverer)
H A Dconnectivity_test_bluetooth_profile.py53 … bt_connection_state=self.call_utils.get_bt_connection_status_using_adb_command(self.discoverer)
H A Dconnectivity_test_disable_phone.py44 … bt_connection_state=self.call_utils.get_bt_connection_status_using_adb_command(self.discoverer)
H A Dconnectivity_test_disable_media.py45 … bt_connection_state=self.call_utils.get_bt_connection_status_using_adb_command(self.discoverer)
/aosp_15_r20/platform_testing/tests/automotive/mobly_tests/utilities/
H A Dspectatio_utils.py726 def get_bt_connection_status_using_adb_command(self, device_target): member in CallUtils