Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/mobly_tests/uxrestriction/
Duxrestriction_test_receive_call_answer_decline.py78 self.call_utils.end_call_using_adb_command(self.phone_notpaired)
104 self.call_utils.end_call_using_adb_command(self.phone_notpaired)
/platform_testing/tests/automotive/mobly_tests/dialer/
Ddialer_test_call_audio_source_transferring.py40 self.call_utils.end_call_using_adb_command(self.target)
Ddialer_test_call_from_history.py43 self.call_utils.end_call_using_adb_command(self.target)
Ddialer_test_search_contacts_and_call.py68 self.call_utils.end_call_using_adb_command(self.target)
Ddialer_test_decline_incoming_call.py68 self.call_utils.end_call_using_adb_command(self.phone_notpaired)
Ddialer_test_active_call_off.py68 self.call_utils.end_call_using_adb_command(self.phone_notpaired)
Ddialer_test_mute_unmute_call.py71 self.call_utils.end_call_using_adb_command(self.target)
Ddialer_test_dial_test.py60 self.call_utils.end_call_using_adb_command(self.target)
Ddialer_test_launch_from_phone_card.py71 self.call_utils.end_call_using_adb_command(self.phone_notpaired)
Ddialer_test_active_call_on.py70 self.call_utils.end_call_using_adb_command(self.phone_notpaired)
Ddialer_test_verify_call_history.py84 self.call_utils.end_call_using_adb_command(self.target)
/platform_testing/tests/automotive/mobly_tests/utilities/
Dspectatio_utils.py636 def end_call_using_adb_command(self, device_target): member in CallUtils