Home
last modified time | relevance | path

Searched refs:end_call_using_adb_command (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/platform_testing/tests/automotive/mobly_tests/uxrestriction/
H A Duxrestriction_test_receive_call_answer_decline.py77 self.call_utils.end_call_using_adb_command(self.phone_notpaired)
103 self.call_utils.end_call_using_adb_command(self.phone_notpaired)
H A Duxrestriction_test_call_from_dialer.py63 self.call_utils.end_call_using_adb_command(self.target)
/aosp_15_r20/platform_testing/tests/automotive/mobly_tests/dialer/
H A Ddialer_test_call_audio_source_transferring.py41 self.call_utils.end_call_using_adb_command(self.target)
H A Ddialer_test_call_from_history.py45 self.call_utils.end_call_using_adb_command(self.target)
H A Ddialer_test_search_contacts_and_call.py69 self.call_utils.end_call_using_adb_command(self.target)
H A Ddialer_test_launch_from_phone_card.py72 self.call_utils.end_call_using_adb_command(self.target)
H A Ddialer_test_dial_test.py61 self.call_utils.end_call_using_adb_command(self.target)
H A Ddialer_test_decline_incoming_call.py69 self.call_utils.end_call_using_adb_command(self.phone_notpaired)
H A Ddialer_test_active_call_off.py69 self.call_utils.end_call_using_adb_command(self.phone_notpaired)
H A Ddialer_test_mute_unmute_call.py72 self.call_utils.end_call_using_adb_command(self.target)
H A Ddialer_test_active_call_on.py71 self.call_utils.end_call_using_adb_command(self.phone_notpaired)
H A Ddialer_test_verify_call_history.py87 self.call_utils.end_call_using_adb_command(self.target)
H A Ddialer_test_add_remove_favorite_contact.py79 self.call_utils.end_call_using_adb_command(self.target)
/aosp_15_r20/platform_testing/tests/automotive/mobly_tests/utilities/
H A Dspectatio_utils.py654 def end_call_using_adb_command(self, device_target): member in CallUtils