Home
last modified time | relevance | path

Searched refs:execute_shell_on_device (Results 1 – 3 of 3) sorted by relevance

/platform_testing/tests/automotive/mobly_tests/utilities/
Dmedia_utils.py31 def execute_shell_on_device(self, shell_command): member in MediaUtils
51 self.execute_shell_on_device(
58 self.execute_shell_on_device(
65 self.execute_shell_on_device(constants.KEYCODE_TAB)
70 self.execute_shell_on_device(constants.KEYCODE_ENTER)
75 self.execute_shell_on_device(constants.KEYCODE_MEDIA_NEXT)
80 self.execute_shell_on_device(constants.KEYCODE_MEDIA_PREVIOUS)
85 self.execute_shell_on_device(constants.KEYCODE_MEDIA_PAUSE)
90 self.execute_shell_on_device(constants.KEYCODE_MEDIA_PLAY)
95 self.execute_shell_on_device(constants.KEYCODE_MEDIA_STOP)
[all …]
Dspectatio_utils.py58 def execute_shell_on_device(self, device_target, shell_command): member in CallUtils
87 self.execute_shell_on_device(
190 self.execute_shell_on_device(device_target, "input keyevent KEYCODE_ENTER")
575 self.execute_shell_on_device(device_target, constants.DELETE_MESSAGING_DB)
576 self.execute_shell_on_device(device_target, constants.CLEAR_MESSAGING_APP)
579 self.execute_shell_on_device(device_target, constants.REBOOT)
637 self.execute_shell_on_device(device_target, 'input keyevent KEYCODE_ENDCALL')
692 self.execute_shell_on_device(device_target, constants.OPEN_NOTIFICATION)
695 self.execute_shell_on_device(device_target, 'input keyevent KEYCODE_HOME')
/platform_testing/tests/automotive/mobly_tests/sms/
Dbt_sms_time_sync_test.py26 time_zone_device = self.call_utils.execute_shell_on_device(self.target, constants.DATE_CMD)