Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/mobly_tests/utilities/
Dspectatio_utils.py58 def execute_shell_on_device(self, device_target, shell_command): argument
63 device_target.serial,
65 return device_target.adb.shell(shell_command)
84 def import_contacts_from_vcf_file(self, device_target): argument
88 device_target,
187 def press_enter_on_device(self, device_target): argument
190 self.execute_shell_on_device(device_target, "input keyevent KEYCODE_ENTER")
193 def push_vcf_contacts_to_device(self, device_target, path_to_contacts_file): argument
197 device_target.serial,
200 device_target.adb.push(
[all …]