Searched defs:adb_host (Results 1 - 4 of 4) sorted by relevance

/external/autotest/server/site_tests/provision_AndroidUpdate/
H A Dprovision_AndroidUpdate.py11 from autotest_lib.server.hosts import adb_host namespace
81 if adb_host.OS_TYPE_BRILLO in board:
82 os_type = adb_host.OS_TYPE_BRILLO
84 os_type = adb_host.OS_TYPE_ANDROID
/external/autotest/server/hosts/
H A Dfactory.py11 from autotest_lib.server.hosts import adb_host, testbed namespace
32 adb_host.ADBHost,]
34 'android': adb_host.ADBHost}
H A Dtestbed.py17 from autotest_lib.server.hosts import adb_host namespace
59 self.adb_devices[adb_serial] = adb_host.ADBHost(
81 serials = adb_host.ADBHost.parse_device_serials(
255 match = re.match(adb_host.BUILD_REGEX, build)
/external/autotest/server/cros/network/
H A Dwifi_client.py27 from autotest_lib.server.hosts import adb_host namespace
85 if host.get_os_type() == adb_host.OS_TYPE_BRILLO:
89 elif host.get_os_type() == adb_host.OS_TYPE_ANDROID:
341 if self.host.get_os_type() == adb_host.OS_TYPE_ANDROID and use_wpa_cli:
443 supported = (isinstance(self.host, adb_host.ADBHost) or
1265 if not isinstance(self.host, adb_host.ADBHost):

Completed in 134 milliseconds