HomeSort by relevance Sort by last modified time
    Searched refs:_ssh_connection (Results 1 - 2 of 2) sorted by null

  /tools/test/connectivity/acts/framework/acts/controllers/
adb.py 106 self._ssh_connection = ssh_connection
204 if self._ssh_connection:
209 remote_port = self._ssh_connection.find_free_port()
210 self._ssh_connection.create_ssh_tunnel(
221 if self._ssh_connection:
222 remote_port = self._ssh_connection.close_ssh_tunnel(host_port)
android_device.py 393 self._ssh_connection = ssh_connection
405 if self._ssh_connection:
406 self._ssh_connection.close()
    [all...]

Completed in 50 milliseconds