Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/btest/
Dbtest71 execute_shell_command("Test", self.args, ["adb", "shell", "am", "switch-user", "0"])
105execute_shell_command("Test", self.args, ["adb", "shell", "am", "switch-user", str(self.user_id)])
107execute_shell_command("Test", self.args, ["adb", "shell", "pm", "install-existing", "--user", str(…
111execute_shell_command("Test", self.args, command, shell=True, executable="/bin/bash")
140execute_shell_command("Test", self.args, ["adb", "shell", "am", "switch-user", str(self.user_id)])
142execute_shell_command("Test", self.args, ["adb", "shell", "pm", "install-existing", "--user", str(…
146execute_shell_command("Test", self.args, command, shell=True, executable="/bin/bash")
180execute_shell_command("Test", self.args, ["adb", "shell", "am", "switch-user", str(user["parent"])…
181execute_shell_command("Test", self.args, ["adb", "shell", "am", "start-user ", str(self.user_id)])
183execute_shell_command("Test", self.args, ["adb", "shell", "pm", "install-existing", "--user", str(…
[all …]