Home
last modified time | relevance | path

Searched refs:press_phone_home_icon_using_adb_command (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/platform_testing/tests/automotive/mobly_tests/
H A Dbluetooth_base_test.py60 self.call_utils.press_phone_home_icon_using_adb_command(self.target)
72 self.call_utils.press_phone_home_icon_using_adb_command(self.target)
H A Dbluetooth_sms_base_test.py54 self.call_utils.press_phone_home_icon_using_adb_command(self.phone_notpaired)
/aosp_15_r20/platform_testing/tests/automotive/mobly_tests/connectivity/
H A Dconnectivity_test_bluetooth_profile.py81 self.call_utils.press_phone_home_icon_using_adb_command(self.target)
/aosp_15_r20/platform_testing/tests/automotive/mobly_tests/uxrestriction/
H A Duxrestriction_test_receive_call_answer_decline.py80 self.call_utils.press_phone_home_icon_using_adb_command(self.phone_notpaired)
/aosp_15_r20/platform_testing/tests/automotive/mobly_tests/utilities/
H A Dspectatio_utils.py715 def press_phone_home_icon_using_adb_command(self, device_target): member in CallUtils