Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dfactory.py42 adb_host.ADBHost,]
43 OS_HOST_DICT = {'android': adb_host.ADBHost,
44 'brillo': adb_host.ADBHost,
D__init__.py16 from adb_host import ADBHost
Dadb_host.py142 class ADBHost(abstract_ssh.AbstractSSHHost): class
214 super(ADBHost, self)._initialize(hostname=hostname,
809 super(ADBHost, self).stop_loggers()
844 super(ADBHost, self).close()
1224 return super(ADBHost, self).create_ssh_tunnel(port, local_port)
1240 super(ADBHost, self).disconnect_ssh_tunnel(tunnel_proc, port)
1702 build_info = ADBHost.get_build_info_from_build_url(job_repo_url)
Dtestbed.py76 self.adb_devices[adb_serial] = adb_host.ADBHost(
87 return adb_host.ADBHost.parse_device_serials(
Demulated_adb_host.py25 class EmulatedADBHost(adb_host.ADBHost):
/external/autotest/site_utils/
Dtest_droid.py99 devices = adb_host.ADBHost.parse_device_serials(result.stdout)
Dacts_lib.py48 build_info = adb_host.ADBHost.get_build_info_from_build_url(job_repo_url)
/external/autotest/server/control_segments/
Drepair23 # ADBHost or testbed since they're not applicable (yet).
/external/autotest/server/site_tests/android_ACTS/
Dandroid_ACTS.py176 job_build_info = adb_host.ADBHost.get_build_info_from_build_url(
/external/autotest/server/cros/network/
Dwifi_client.py1355 if not isinstance(self.host, adb_host.ADBHost):