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

  /external/autotest/server/cros/bluetooth/
bluetooth_test.py 33 def warmup(self, device_host, tester_host, interactive=False):
36 self.interactive = interactive_client.InteractiveClient(device_host)
40 self.device = bluetooth_device.BluetoothDevice(device_host)
bluetooth_device.py 22 def __init__(self, device_host):
25 @param device_host: host object representing a remote host.
28 self.host = device_host
bluetooth_tester.py 224 def create_host_from(device_host, args=None):
234 @param device_host: Autotest host object for the DUT.
242 device_host.hostname,

Completed in 42 milliseconds