Searched refs:device_host (Results 1 – 16 of 16) sorted by relevance
/external/autotest/server/site_tests/bluetooth_Sanity_Discovery/ |
D | control | 27 device_host = hosts.create_host(machine) 28 tester_host = bluetooth_tester.create_host_from(device_host, args=args_dict) 30 device_host=device_host,
|
D | control.manual | 31 device_host = hosts.create_host(machine) 33 device_host=device_host,
|
/external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/ |
D | control | 27 device_host = hosts.create_host(machine) 28 tester_host = bluetooth_tester.create_host_from(device_host, args=args_dict) 30 device_host=device_host,
|
D | control.manual | 31 device_host = hosts.create_host(machine) 33 device_host=device_host,
|
/external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/ |
D | control | 27 device_host = hosts.create_host(machine) 28 tester_host = bluetooth_tester.create_host_from(device_host, args=args_dict) 30 device_host=device_host,
|
D | control.manual | 31 device_host = hosts.create_host(machine) 33 device_host=device_host,
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceBrowse/ |
D | control | 33 device_host = hosts.create_host(machine) 34 tester_host = bluetooth_tester.create_host_from(device_host, args=args_dict) 36 device_host=device_host,
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_test.py | 33 def warmup(self, device_host, tester_host, interactive=False): argument 36 self.interactive = interactive_client.InteractiveClient(device_host) 40 self.device = bluetooth_device.BluetoothDevice(device_host)
|
D | bluetooth_tester.py | 224 def create_host_from(device_host, args=None): argument 242 device_host.hostname,
|
D | bluetooth_device.py | 23 def __init__(self, device_host): argument 29 self.host = device_host
|
/external/autotest/server/site_tests/bluetooth_Sanity_AdapterPresent/ |
D | control | 19 device_host = hosts.create_host(machine) 21 device_host=device_host,
|
/external/autotest/server/site_tests/bluetooth_Sanity_ValidAddress/ |
D | control | 21 device_host = hosts.create_host(machine) 23 device_host=device_host,
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchRequestBasic/ |
D | control | 42 device_host = hosts.create_host(machine) 43 tester_host = bluetooth_tester.create_host_from(device_host, args=args_dict) 45 device_host=device_host,
|
/external/autotest/server/site_tests/bluetooth_Sanity_DefaultState/ |
D | control | 26 device_host = hosts.create_host(machine) 28 device_host=device_host,
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/ |
D | control | 60 device_host = hosts.create_host(machine) 61 tester_host = bluetooth_tester.create_host_from(device_host, args=args_dict) 63 device_host=device_host,
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/ |
D | control | 61 device_host = hosts.create_host(machine) 62 tester_host = bluetooth_tester.create_host_from(device_host, args=args_dict) 64 device_host=device_host,
|