Searched refs:ADBHost (Results 1 – 10 of 10) sorted by relevance
/external/autotest/server/hosts/ |
D | factory.py | 42 adb_host.ADBHost,] 43 OS_HOST_DICT = {'android': adb_host.ADBHost, 44 'brillo': adb_host.ADBHost,
|
D | __init__.py | 16 from adb_host import ADBHost
|
D | adb_host.py | 142 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)
|
D | testbed.py | 76 self.adb_devices[adb_serial] = adb_host.ADBHost( 87 return adb_host.ADBHost.parse_device_serials(
|
D | emulated_adb_host.py | 25 class EmulatedADBHost(adb_host.ADBHost):
|
/external/autotest/site_utils/ |
D | test_droid.py | 99 devices = adb_host.ADBHost.parse_device_serials(result.stdout)
|
D | acts_lib.py | 48 build_info = adb_host.ADBHost.get_build_info_from_build_url(job_repo_url)
|
/external/autotest/server/control_segments/ |
D | repair | 23 # ADBHost or testbed since they're not applicable (yet).
|
/external/autotest/server/site_tests/android_ACTS/ |
D | android_ACTS.py | 176 job_build_info = adb_host.ADBHost.get_build_info_from_build_url(
|
/external/autotest/server/cros/network/ |
D | wifi_client.py | 1355 if not isinstance(self.host, adb_host.ADBHost):
|