Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dfactory.py40 adb_host.ADBHost, gce_host.GceHost,]
41 OS_HOST_DICT = {'android': adb_host.ADBHost,
42 'brillo': adb_host.ADBHost,
D__init__.py16 from adb_host import ADBHost
Dadb_host.py103 class ADBHost(abstract_ssh.AbstractSSHHost): class
160 super(ADBHost, self)._initialize(hostname=hostname,
736 super(ADBHost, self).stop_loggers()
771 super(ADBHost, self).close()
1089 return super(ADBHost, self).create_ssh_tunnel(port, local_port)
1105 super(ADBHost, self).disconnect_ssh_tunnel(tunnel_proc, port)
/external/autotest/server/control_segments/
Drepair23 # ADBHost or testbed since they're not applicable (yet).
/external/toolchain-utils/android_bench_suite/
Dautotest.diff887 + devices = adb_host.ADBHost.parse_device_serials(result.stdout)
1007 + devices = adb_host.ADBHost.parse_device_serials(result.stdout)