Searched refs:execute_shell_command (Results 1 – 1 of 1) sorted by relevance
/cts/common/device-side/bedstead/btest/ |
D | btest | 71 execute_shell_command("Test", self.args, ["adb", "shell", "am", "switch-user", "0"]) 105 … execute_shell_command("Test", self.args, ["adb", "shell", "am", "switch-user", str(self.user_id)]) 107 …execute_shell_command("Test", self.args, ["adb", "shell", "pm", "install-existing", "--user", str(… 111 … execute_shell_command("Test", self.args, command, shell=True, executable="/bin/bash") 140 … execute_shell_command("Test", self.args, ["adb", "shell", "am", "switch-user", str(self.user_id)]) 142 …execute_shell_command("Test", self.args, ["adb", "shell", "pm", "install-existing", "--user", str(… 146 … execute_shell_command("Test", self.args, command, shell=True, executable="/bin/bash") 180 …execute_shell_command("Test", self.args, ["adb", "shell", "am", "switch-user", str(user["parent"])… 181 … execute_shell_command("Test", self.args, ["adb", "shell", "am", "start-user ", str(self.user_id)]) 183 …execute_shell_command("Test", self.args, ["adb", "shell", "pm", "install-existing", "--user", str(… [all …]
|