Searched refs:ADBHost (Results 1 - 5 of 5) sorted by relevance

/external/autotest/server/hosts/
H A D__init__.py16 from adb_host import ADBHost namespace
H A Dfactory.py32 adb_host.ADBHost,]
34 'android': adb_host.ADBHost}
75 # TODO crbug.com/302026 (sbasi) - adjust this pathway for ADBHost in
H A Dtestbed.py39 This will create the Test Station Host and connected hosts (ADBHost for
59 self.adb_devices[adb_serial] = adb_host.ADBHost(
79 # ADBHost adb_devices a static method I can use here. For now this
80 # is pretty much a c/p of the _adb_devices() method from ADBHost.
81 serials = adb_host.ADBHost.parse_device_serials(
201 host: An ADBHost object of the device.
H A Dadb_host.py105 class ADBHost(abstract_ssh.AbstractSSHHost): class in inherits:abstract_ssh.AbstractSSHHost
174 @param teststation: The teststation object ADBHost should use.
177 super(ADBHost, self)._initialize(hostname=hostname,
603 """Close the ADBHost object.
620 return super(ADBHost, self).close()
930 return super(ADBHost, self).rpc_port_forward(port, local_port)
946 super(ADBHost, self).rpc_port_disconnect(tunnel_proc, port)
/external/autotest/server/cros/network/
H A Dwifi_client.py441 # Make no assertions about ADBHost support. We don't use an XMLRPC
443 supported = (isinstance(self.host, adb_host.ADBHost) or
1265 if not isinstance(self.host, adb_host.ADBHost):

Completed in 87 milliseconds