Searched refs:ssh_connection (Results 1 – 3 of 3) sorted by relevance
74 def __init__(self, serial="", ssh_connection=None): argument87 if ssh_connection is not None and not AdbProxy._SERVER_LOCAL_PORT:90 ssh_connection.run("pkill adb", ignore_status=True)92 temp_dir = ssh_connection.run("mktemp -d").stdout.strip()93 ssh_connection.send_file(adb_path, temp_dir)97 ssh_connection.run(remote_adb_cmd)99 local_port = ssh_connection.create_ssh_tunnel(5037)105 self._ssh_connection = ssh_connection
46 def __init__(self, serial="", ssh_connection=None): argument52 self.ssh_connection = ssh_connection60 if self.ssh_connection:
225 ssh_connection = None228 ssh_connection = connection.SshConnection(ssh_settings)229 ad = AndroidDevice(serial, ssh_connection=ssh_connection)362 ssh_connection=None): argument376 self.adb = adb.AdbProxy(serial, ssh_connection=ssh_connection)378 serial, ssh_connection=ssh_connection)381 self._ssh_connection = ssh_connection