Searched refs:run_adb_command (Results 1 – 1 of 1) sorted by relevance
369 files = self.run_adb_command(["shell", command]).splitlines()377 self.run_adb_command(["shell", f"rm -rf {remote_path}"])434 files = self.run_adb_command(["shell", command]).splitlines()441 self.run_adb_command(["pull", remote_file, local_file])449 self.run_adb_command(["pull", remote_path, local_path])453 def run_adb_command(self, args): member in GoldenFileWatcher454 return self.adb_client.run_adb_command(args)516 root_result = self.run_adb_command(["root"])528 self.run_adb_command(["wait-for-device"])530 def run_adb_command(self, args): member in AdbClient