HomeSort by relevance Sort by last modified time
    Searched refs:adb_host (Results 1 - 6 of 6) sorted by null

  /external/autotest/server/hosts/
__init__.py 16 from adb_host import ADBHost
factory.py 11 from autotest_lib.server.hosts import adb_host, testbed namespace
32 adb_host.ADBHost,]
34 'android': adb_host.ADBHost}
testbed.py 17 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/site_tests/provision_AndroidUpdate/
provision_AndroidUpdate.py 11 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/site_utils/
brillo_test_launcher.py 226 adb_host = add_adb_host(moblab, args.adb_host)
229 test_job = schedule_test(moblab, adb_host, args.test_name, args.test_args)
230 wait_for_test_completion(moblab, adb_host, test_job)
  /external/autotest/server/cros/network/
wifi_client.py 27 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
    [all...]

Completed in 680 milliseconds