Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/golden_updater/
Dwatch_local_tests.py369 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 GoldenFileWatcher
454 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